From e1aa5a74d5f9d7bf23d3aaab75e94ae17b96016d Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 16 Sep 2020 16:06:19 -0600 Subject: feat: install rubocop linter --- bin/lint | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bin/lint (limited to 'bin/lint') diff --git a/bin/lint b/bin/lint new file mode 100755 index 0000000..7d467b4 --- /dev/null +++ b/bin/lint @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +cd "$(dirname "$0")/.." + +shellcheck bin/* +bundle exec rubocop -- cgit v1.2.3