summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2019-11-24 01:39:28 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2019-11-24 01:39:28 +0100
commitf79710241c5bd19324418efcf24ecbf6d853a23c (patch)
tree3887fe1a8c3042019a838c0a6cd8623570e37089
parentd8b4818ec4b1f06a25206e2f1e61354940af9b4a (diff)
downloadcoderay-f79710241c5bd19324418efcf24ecbf6d853a23c.tar.gz
add CodeClimate config
-rw-r--r--.codeclimate.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
new file mode 100644
index 0000000..f6a420d
--- /dev/null
+++ b/.codeclimate.yml
@@ -0,0 +1,6 @@
+engines:
+ rubocop:
+ enabled: true
+ checks:
+ Rubocop/Layout/TrailingWhitespace:
+ enabled: false