Skip to content

Commit

Permalink
chore: Add slither config file
Browse files Browse the repository at this point in the history
  • Loading branch information
thorseldon committed May 5, 2023
1 parent 2d033c6 commit 9437506
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,12 @@ TBD
yarn install
yarn test
```

### Run static analysis

```shell
# install only once
pip3 install slither-analyzer

slither .
```
3 changes: 3 additions & 0 deletions slither.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"filter_paths": "(mocks/|test/|lib/|node_modules/)"
}

0 comments on commit 9437506

Please sign in to comment.