Skip to content

Commit

Permalink
chore: add .shellcheckrc
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldh committed Mar 13, 2021
1 parent 9012f39 commit eddca44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .shellcheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SC2039: In POSIX sh, 'local' is undefined.
disable=SC2039

# SC2166: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
disable=SC2166

0 comments on commit eddca44

Please sign in to comment.