aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
deleted file mode 100644
index f750353..0000000
--- a/.rubocop.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-AllCops:
- TargetRubyVersion: 3.0
-
- NewCops: enable
-
- DisplayCopNames: true
- DisplayStyleGuide: false
-
- Exclude:
- - './_site/**/*'
- - vendor/**/*
-
-require:
- - rubocop-performance
- - rubocop-rake
-
-Layout/HashAlignment:
- EnforcedHashRocketStyle: table
- EnforcedColonStyle: table
-
-Metrics/AbcSize:
- Max: 30
-
-Metrics/MethodLength:
- Max: 20
-
-# It's actually quite cool to spell my own name correctly...
-Style/AsciiComments:
- Enabled: false