summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorWild Kat <wk@futureinquestion.net>2018-04-20 14:39:57 +0200
committerWild Kat <wk@futureinquestion.net>2018-04-20 14:50:13 +0200
commitaff10437b94e83e29ad16fbb3c17932a7a1488b3 (patch)
tree39d8e596d50b0fa6760350d9fcd42cf5f3529451 /.rubocop.yml
parentd53e044088147cff2a3b17910593e6abc251d926 (diff)
bump rubocop to 0.55 and regenerate .rubocop_todo.yml
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index ad1ca31..bc013cd 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -14,6 +14,9 @@ LineLength:
Style/PreferredHashMethods:
EnforcedStyle: verbose
+Style/Not:
+ Enabled: false
+
AllCops:
Exclude:
- 'vendor/**/*'