summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-11 15:04:00 +0200
committerGeremia Taglialatela <[email protected]>2023-04-11 15:04:00 +0200
commitc4bd23bdb6b20763027370f7db13cef1ed7d6e75 (patch)
tree0c1a154fa1e39f53e71de2baec19acc15557bcb2 /.rubocop.yml
parenta7532517c74ba3589279aa92042ca9da2336a5ea (diff)
downloadcaxlsx-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.yml7
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