summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 5d2ed17..7668a83 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -9,7 +9,7 @@ Metrics/MethodLength:
Enabled: false
Metrics/AbcSize:
Enabled: false
-Metrics/LineLength:
+Layout/LineLength:
Enabled: false
Metrics/ClassLength:
Enabled: false
@@ -36,5 +36,7 @@ RSpec/ExampleLength:
Enabled: false
RSpec/DescribeClass:
Enabled: false
-RSpec/FilePath:
+RSpec/SpecFilePathFormat:
+ Enabled: false
+RSpec/NoExpectationExample:
Enabled: false