Skip to content

Commit

Permalink
chore: slither config file
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-something committed May 20, 2024
1 parent 9f24c9b commit 322c317
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run slither
uses: crytic/[email protected]
with:
slither-config: slither-ci.config.json
slither-config: slither.config.json
fail-on: medium

unit-tests:
Expand Down
10 changes: 10 additions & 0 deletions slither.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"detectors_to_exclude": "timestamp,uninitialized-local",
"exclude_informational": true,
"exclude_low": false,
"exclude_medium": false,
"exclude_high": false,
"disable_color": false,
"filter_paths": "(test/|node_modules/|script/)",
"legacy_ast": false
}

0 comments on commit 322c317

Please sign in to comment.