summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-11-22 19:02:01 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-11-22 19:02:01 +0100
commita5a6577daa58379a579fbb78f37cc45a6211146e (patch)
treec79325f7659baa3f0d75ad8701092bf8f75b8258 /.rubocop.yml
parenta11c104c5b6222c018248b585cca2a4f340a9a71 (diff)
downloadbundler-a5a6577daa58379a579fbb78f37cc45a6211146e.tar.gz
Bump rubocop and rubocop-performance
To the latest 0.76.0, and 1.5.1, respectively.
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