summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 4ab6b157..7d315f1b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -37,6 +37,11 @@ Performance:
Style:
Enabled: true
+# FIXME: remove this rule
+Style/HashSyntax:
+ Exclude:
+ - 'lib/**/*'
+
Style/Semicolon:
AllowAsExpressionSeparator: true