diff options
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 5 |
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 |
