Skip to content

Commit

Permalink
馃敡 solhint: disallow warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Apr 9, 2024
1 parent 0499562 commit 39327cc
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 @@ -4,7 +4,7 @@
"test": "concurrently 'npm:test:*' --group -c auto",
"test:fmt": "forge fmt --check",
"test:forge": "forge snapshot --check",
"test:solhint": "solhint '{src,script,test}/**/*.sol'",
"test:solhint": "solhint '{src,script,test}/**/*.sol' --max-warnings=0",
"test:slither": "slither .",
"prepare": "if git status &>/dev/null; then git submodule update --init --recursive; fi"
},
Expand Down

0 comments on commit 39327cc

Please sign in to comment.