diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-11 15:04:00 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-11 15:04:00 +0200 |
| commit | c4bd23bdb6b20763027370f7db13cef1ed7d6e75 (patch) | |
| tree | 0c1a154fa1e39f53e71de2baec19acc15557bcb2 /.rubocop.yml | |
| parent | a7532517c74ba3589279aa92042ca9da2336a5ea (diff) | |
| download | caxlsx-c4bd23bdb6b20763027370f7db13cef1ed7d6e75.tar.gz caxlsx-c4bd23bdb6b20763027370f7db13cef1ed7d6e75.zip | |
Regenerate RuboCop config and todo
- Remove timestamps and offense counts for a smaller todo and prevent
conflicts
- Keep config limited to `Layout` and `Style` scopes
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 28352bd5..a8f660ca 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,7 @@ inherit_from: .rubocop_todo.yml AllCops: + DisabledByDefault: true NewCops: enable SuggestExtensions: false TargetRubyVersion: 2.3 @@ -9,8 +10,14 @@ AllCops: - 'examples/**/*' - 'vendor/bundle/**/*' +Layout: + Enabled: true + Layout/CommentIndentation: AllowForAlignment: true Layout/ExtraSpacing: AllowBeforeTrailingComments: true + +Style: + Enabled: true |
