summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-05-31 11:04:13 +0200
committerGeremia Taglialatela <[email protected]>2023-05-31 11:04:13 +0200
commit42594ea9e486d3b0fe9c84ba1fc59140bb59439f (patch)
tree1a666e99ccebefa4be1df5655b96f9f1337df794 /.rubocop.yml
parentcbcf330ea266c96861e4029aaea6be1063862900 (diff)
downloadcaxlsx-42594ea9e486d3b0fe9c84ba1fc59140bb59439f.tar.gz
caxlsx-42594ea9e486d3b0fe9c84ba1fc59140bb59439f.zip
Use Ruby 1.9 hash syntax
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index a825d0cb..61adf899 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -46,11 +46,6 @@ Security:
Style:
Enabled: true
-# FIXME: remove this rule
-Style/HashSyntax:
- Exclude:
- - 'lib/**/*'
-
Style/Semicolon:
AllowAsExpressionSeparator: true