Skip to content

Commit

Permalink
adds static code analysis config
Browse files Browse the repository at this point in the history
  • Loading branch information
noslav committed Nov 25, 2021
1 parent b2f18bc commit 4b790ca
Show file tree
Hide file tree
Showing 2 changed files with 13,344 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .semgrepignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Ignore git items
.gitignore
.git/
:include .gitignore

# Common large directories
node_modules/
build/
dist/
vendor/
env/
.env/
venv/
.venv/
*.min.js

# Common test directories
test/
tests/
testdata/

# Go tests
*_test.go

# Semgrep rules folder
.semgrep
Loading

0 comments on commit 4b790ca

Please sign in to comment.