aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-06-12 09:27:09 +0100
committerGitHub2017-06-12 09:27:09 +0100
commitaa364fbf155ba4c795ebef51abee1212801c4771 (patch)
treebe12c978599def9f7e27b5b1e9b169437010b859 /Library
parente4c91270f21075ba17352fdf84704f1e5475aeb7 (diff)
parent139f44f013f7e830f42d00f8a8da893874dfbc3a (diff)
downloadbrew-aa364fbf155ba4c795ebef51abee1212801c4771.tar.bz2
Merge pull request #2766 from MikeMcQuaid/rubocop-no-percent-x
rubocop: don’t allow %x.
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index 8099c7ad0..07fe39105 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -118,10 +118,6 @@ Style/BlockDelimiters:
Style/ClassAndModuleChildren:
EnforcedStyle: nested
-# percent-x is allowed for multiline
-Style/CommandLiteral:
- EnforcedStyle: mixed
-
# our current conditional style is established, clear and
# requiring users to change that now would be confusing.
Style/ConditionalAssignment: