aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml13
1 files changed, 5 insertions, 8 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 3d4067a..f750353 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,7 +1,3 @@
-require:
- - rubocop-performance
- - rubocop-rake
-
AllCops:
TargetRubyVersion: 3.0
@@ -12,6 +8,11 @@ AllCops:
Exclude:
- './_site/**/*'
+ - vendor/**/*
+
+require:
+ - rubocop-performance
+ - rubocop-rake
Layout/HashAlignment:
EnforcedHashRocketStyle: table
@@ -23,10 +24,6 @@ Metrics/AbcSize:
Metrics/MethodLength:
Max: 20
-# This forces us to create a new object for no real reason.
-Style/MultipleComparison:
- Enabled: false
-
# It's actually quite cool to spell my own name correctly...
Style/AsciiComments:
Enabled: false