Skip to content

Commit

Permalink
chore: Fail CI on lint warnings (#75)
Browse files Browse the repository at this point in the history
* Fail CI on lint warnings

* revert! Test failure

* Revert intentional lint warning.
  • Loading branch information
TWiStErRob authored Feb 13, 2024
1 parent a096aab commit c10d878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:report": "npm run test:unit -- --coverage --testResultsProcessor=jest-sonar-reporter",
"pretest:ci": "npm run pretest:it",
"test:ci": "jest ./test/ci/",
"lint": "eslint .",
"lint": "eslint . --max-warnings=0",
"lint:fix": "eslint . --fix",
"file": "ts-node",
"prepare": "husky install",
Expand Down

0 comments on commit c10d878

Please sign in to comment.