Skip to content

Commit 750fa1f

Browse files
committed
Add emtpy .semgrepignore
1 parent d38a2d5 commit 750fa1f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.semgrepignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Before adding an exception to a whole file,
2+
# please try to only ignore a single source code line, with a specific security rule:
3+
# ```ruby
4+
# dangerous_code() # nosemgrep: ruby.lang.security.dangerous-exec.dangerous-exec
5+
# ```
6+
# Documentation: https://github.com/returntocorp/semgrep-docs/blob/5750a5afe8a06fb268c5fbc573f2a7bf3bf14f31/docs/ignoring-files-folders-code.md#ignoring-code-through-nosemgrep
7+
#
8+
# To completely ignore a file or directory, use .gitignore syntax in this file.
9+
# Documentation: https://github.com/returntocorp/semgrep-docs/blob/5750a5afe8a06fb268c5fbc573f2a7bf3bf14f31/docs/ignoring-files-folders-code.md

0 commit comments

Comments
 (0)