From 45d076567a13635f5a266261fca384801d5af22d Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Sun, 21 Jun 2020 21:32:46 +0300 Subject: [PATCH] Add simple shellcheckrc --- .shellcheckrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .shellcheckrc diff --git a/.shellcheckrc b/.shellcheckrc new file mode 100644 index 00000000..6418bd8f --- /dev/null +++ b/.shellcheckrc @@ -0,0 +1,6 @@ +# We use colors and not assigned +disable=SC2154 +# Hard to fix +disable=SC2155 +# shellcheck is wrong on some +disable=SC2034