diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-03 18:45:30 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-03 18:45:30 +0200 |
| commit | 6a61caa26ef8e8fbe3a88ecd9341976e5a177db5 (patch) | |
| tree | 076ea47e1644fe37909d2438d9dc3c97ca50ef5c /.rubocop.yml | |
| parent | aaf88bd98054b1823ba0ade4b883b84e41b5e947 (diff) | |
| download | caxlsx-6a61caa26ef8e8fbe3a88ecd9341976e5a177db5.tar.gz caxlsx-6a61caa26ef8e8fbe3a88ecd9341976e5a177db5.zip | |
Fix safe, minor offenses to production code
- Lint/RedundantStringCoercion
- Style/CommentAnnotation offenses
- Style/DefWithParentheses
- Style/EvalWithLocation
- Style/MethodCallWithoutArgsParentheses
- Style/MethodDefParentheses
- Style/NilComparison
- Style/Semicolon
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index d64b3394..c5452382 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -33,6 +33,9 @@ Minitest: Style: Enabled: true +Style/Semicolon: + AllowAsExpressionSeparator: true + Style/NumericLiterals: Exclude: - 'lib/**/*' |
