summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 9110dda..0d17f42 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -15,6 +15,7 @@ AllCops:
TargetRubyVersion: '3.0'
NewCops: enable
+ SuggestExtensions: false
Style/Documentation:
Enabled: false
@@ -37,6 +38,3 @@ Layout/EndAlignment:
Metrics/BlockLength:
Max: 55
- IgnoredMethods:
- - describe
- - refine