summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index b43ff6dd88..99f84d8ef0 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -183,15 +183,6 @@ Lint/UnderscorePrefixedVariableName:
Lint/UnifiedInteger:
Enabled: true
-Lint/UnneededCopDisableDirective:
- Enabled: true
-
-Lint/UnneededCopEnableDirective:
- Enabled: true
-
-Lint/UnneededSplatExpansion:
- Enabled: true
-
Lint/UnreachableCode:
Enabled: true
@@ -705,9 +696,18 @@ Style/RedundantBegin:
Style/RedundantConditional:
Enabled: true
+Lint/RedundantCopDisableDirective:
+ Enabled: true
+
+Lint/RedundantCopEnableDirective:
+ Enabled: true
+
Style/RedundantException:
Enabled: true
+Style/RedundantInterpolation:
+ Enabled: true
+
Style/RedundantParentheses:
Enabled: true
@@ -717,6 +717,9 @@ Style/RedundantSelf:
Style/RedundantSortBy:
Enabled: true
+Lint/RedundantSplatExpansion:
+ Enabled: true
+
Style/RegexpLiteral:
Enabled: true
@@ -798,9 +801,6 @@ Style/TrailingCommaInHashLiteral:
Style/TrailingMethodEndStatement:
Enabled: true
-Style/UnneededInterpolation:
- Enabled: true
-
Style/UnlessElse:
Enabled: true