diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-31 11:04:13 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-31 11:04:13 +0200 |
| commit | 42594ea9e486d3b0fe9c84ba1fc59140bb59439f (patch) | |
| tree | 1a666e99ccebefa4be1df5655b96f9f1337df794 /.rubocop.yml | |
| parent | cbcf330ea266c96861e4029aaea6be1063862900 (diff) | |
| download | caxlsx-42594ea9e486d3b0fe9c84ba1fc59140bb59439f.tar.gz caxlsx-42594ea9e486d3b0fe9c84ba1fc59140bb59439f.zip | |
Use Ruby 1.9 hash syntax
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 5 |
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 |
