Browse Source

CLDC-NONE: whitespace linting

CLDC-NONE-update-local-development-docs
Nat Dean-Lewis 2 weeks ago
parent
commit
683dca0d1e
  1. 3
      docs/dev_tasks/new_question.md

3
docs/dev_tasks/new_question.md

@ -92,7 +92,7 @@ Copy the entry for an existing question and substitute in the text for your new
### 7. Include the new field in exports ### 7. Include the new field in exports
The fields that get exported in CSVs and XMLs are defined in `app/services/exports/sales_log_export_constants.rb`. The fields that get exported in CSVs and XMLs are defined in `app/services/exports/sales_log_export_constants.rb`.
If there is not a set for POST\_<year>\_EXPORT_FIELDS, create one. Add your new field to the current year's set. If there is not a set for POST\_<year>\_EXPORT_FIELDS, create one. Add your new field to the current year's set.
@ -122,4 +122,3 @@ Validation for ensuring that the value uploaded is one of the permitted options
- Create new test files for any new classes you have created. Update any test files for files that you have edited. - Create new test files for any new classes you have created. Update any test files for files that you have edited.
- Update `spec/fixtures/variable_definitions/sales_download_25_26.csv` (for sales/lettings and for the relevant collection year) with the new question's field name and definition. - Update `spec/fixtures/variable_definitions/sales_download_25_26.csv` (for sales/lettings and for the relevant collection year) with the new question's field name and definition.

Loading…
Cancel
Save