Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
Document shellcheck config, fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Mar 26, 2019
1 parent 0cb9112 commit 81afc2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bandit
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ subprocess_without_shell_equals_true:
subprocess: [subprocess.Popen, subprocess.call, subprocess.check_call, subprocess.check_output,
utils.execute, utils.execute_with_timeout]
try_except_continue: {check_typed_exception: false}
try_except_pass: {check_typed_exception: false}
try_except_pass: {check_typed_exception: false}
5 changes: 4 additions & 1 deletion .shellcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Reference:
# https://github.com/codefactor-io/shellcheck-config
# https://github.com/koalaman/shellcheck/wiki/Checks
ignored:
- SC2140
- SC2086
Expand Down Expand Up @@ -116,4 +119,4 @@ ignored:
- SC2230
- SC2229
- SC2106
- SC2102
- SC2102

0 comments on commit 81afc2e

Please sign in to comment.