aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2017-01-27 21:40:16 +0000
committerDominyk Tiller2017-01-27 21:40:16 +0000
commit9b2951fb297a98f316ca82e2a692f5a8ca7fb6f0 (patch)
tree9bf03bcbb5826be84b5fcdb62075bb29cb114547 /Library
parentc2b3f1db27eb7376e192848d05d8377ce9f062f8 (diff)
downloadbrew-9b2951fb297a98f316ca82e2a692f5a8ca7fb6f0.tar.bz2
Library/.rubocop.yml: fix renamed CaseIndentation setting
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index 097eff995..ed9fad956 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -63,7 +63,7 @@ Style/BlockDelimiters:
EnforcedStyle: line_count_based
Style/CaseIndentation:
- IndentWhenRelativeTo: end
+ EnforcedStyle: end
Style/ClassAndModuleChildren:
EnforcedStyle: nested