Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
d5345a17
Commit
d5345a17
authored
Nov 29, 2021
by
coolhill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add slither github action to fail on new errors
parent
4e30cd92
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
static-analysis.yml
.github/workflows/static-analysis.yml
+1
-1
slither.config.json
packages/contracts/slither.config.json
+2
-2
No files found.
.github/workflows/static-analysis.yml
View file @
d5345a17
...
@@ -58,4 +58,4 @@ jobs:
...
@@ -58,4 +58,4 @@ jobs:
working-directory
:
./packages/contracts
working-directory
:
./packages/contracts
shell
:
bash
shell
:
bash
run
:
yarn test:slither
run
:
yarn test:slither
continue-on-error
:
tru
e
continue-on-error
:
fals
e
packages/contracts/slither.config.json
View file @
d5345a17
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
"exclude_medium"
:
false
,
"exclude_medium"
:
false
,
"exclude_high"
:
false
,
"exclude_high"
:
false
,
"solc_disable_warnings"
:
false
,
"solc_disable_warnings"
:
false
,
"hardhat_ignore_compile"
:
tru
e
,
"hardhat_ignore_compile"
:
fals
e
,
"disable_color"
:
false
,
"disable_color"
:
false
,
"exclude_dependencies"
:
tru
e
,
"exclude_dependencies"
:
fals
e
,
"filter_paths"
:
"@openzeppelin|hardhat|contracts/test-helpers|contracts/test-libraries"
"filter_paths"
:
"@openzeppelin|hardhat|contracts/test-helpers|contracts/test-libraries"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment