summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-20 00:09:23 -0600
committermo khan <mo.khan@gmail.com>2020-05-20 00:09:23 -0600
commit2d531994728ae904c4f2e871ce4ea07874ca0f25 (patch)
tree5a8712d624814722f667ec6c6475c3a42f937753
parentdb322b54382a2a06de58c84b941065c9b6ef403f (diff)
Hide warnings in linter output
-rw-r--r--Gemfile.lock2
-rwxr-xr-xbin/lint2
2 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 4b8bc59..25853b2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- spandx (0.13.2)
+ spandx (0.13.3)
addressable (~> 2.7)
bundler (>= 1.16, < 3.0.0)
net-hippie (~> 0.3)
diff --git a/bin/lint b/bin/lint
index 3ebed83..1af2989 100755
--- a/bin/lint
+++ b/bin/lint
@@ -4,4 +4,6 @@ set -e
cd "$(dirname "$0")/.."
+export RUBYOPT='-W0'
+
bundle exec rake lint