Skip to content

Commit

Permalink
fix: solhint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HrikB committed Feb 5, 2024
1 parent b9fb7e7 commit 43f1af5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,5 @@ jobs:

- name: Run solhint
run: |
npx solhint 'src/**/*.sol'
yarn install
yarn solhint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"prettier": "prettier --write '**/*.{md,yml,yaml,ts,js}'",
"coverage": "./coverage.sh",
"solhint": "solhint 'src/**/*.sol'",
"solhint": "solhint -w 0 'src/**/*.sol'",
"slither": "slither src",
"echidna": "echidna test/invariant/IonPool/IonPoolEchidna.sol --config echidna-config.yaml --contract IonPool_Echidna",
"simulate": "rm -f report.csv; REPORT=1 forge test --mt 'invariantFoundry_report'",
Expand Down

0 comments on commit 43f1af5

Please sign in to comment.