Commit 25f87dc8 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'fix_doc_lint_report_file_name' into 'master'

docs: fix lint report file name

See merge request to-be-continuous/node!35
parents c2c3a2ed 77d158be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ It is bound to the `test` stage, and uses the following variable:
| `NODE_LINT_ENABLED`      | Set to `true` to enable lint analysis                                                                                                                                                                                      | _none_ (disabled)             |
| `NODE_LINT_ARGS`         | npm [run script](https://docs.npmjs.com/cli/v8/commands/npm-run-script) arguments to execute the lint analysis <br/> yarn [run script](https://classic.yarnpkg.com/en/docs/cli/run) arguments to execute the lint analysis | `run lint`                    |

The job generates a lint report that you will find here: `NODE_PROJECT_DIR/reports/eslint-report.json`.
The job generates a lint report that you will find here: `NODE_PROJECT_DIR/reports/node-lint.xslint.json`.

### `node-build` job