summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to 'CLI/ruby/.rubocop.yml')
-rw-r--r--CLI/ruby/.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/CLI/ruby/.rubocop.yml b/CLI/ruby/.rubocop.yml
index a84ca99..829a6bc 100644
--- a/CLI/ruby/.rubocop.yml
+++ b/CLI/ruby/.rubocop.yml
@@ -4,6 +4,7 @@ require:
AllCops:
TargetRubyVersion: 2.5
NewCops: enable
+ SuggestExtensions: false
Layout/EmptyLineAfterGuardClause:
Enabled: false