diff options
author | Nils <git@velohero.com> | 2018-01-11 12:31:22 +0100 |
---|---|---|
committer | Nils <git@velohero.com> | 2018-01-11 12:31:22 +0100 |
commit | b0ca6f93d17e624d1ad35ff3cb6d91cc98a0e40e (patch) | |
tree | 31a325c208413acbeaad24f32ef4718f15349060 | |
parent | 4e6a540aad74b0165ad999df748738d127883416 (diff) |
codeclimate shellcheck
-rw-r--r-- | .codeclimate.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..56c1d46 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,3 @@ +plugins: + shellcheck: + enabled: true
\ No newline at end of file |