Skip to content

Commit

Permalink
Enable linter in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstone-ag committed Aug 12, 2024
1 parent d02387a commit e3e5c9d
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 @@ -10,7 +10,7 @@
"scripts": {
"test": "forge test",
"prepare": "husky",
"lint": "solhint \"contracts/**/*.sol\" --ignore-path .solhintignore",
"lint": "solhint \"contracts/**/*.sol\" \"test/**/*.sol\" --ignore-path .solhintignore",
"coverage": "forge coverage",
"precov-report": "mkdir -p ./coverage-report && forge coverage --report lcov --report-file ./coverage-report/lcov.info",
"cov-report": "genhtml ./coverage-report/lcov.info --rc derive_function_end_line=0 --rc branch_coverage=1 -o coverage-report --exclude test --ignore-errors inconsistent --ignore-errors category"
Expand Down

0 comments on commit e3e5c9d

Please sign in to comment.