Commit 77d158be authored by Nicolas Moteau's avatar Nicolas Moteau
Browse files

docs: fix lint report file name

parent c2c3a2ed
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