aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-06-10 19:54:58 +0300
committerMike McQuaid2017-06-10 20:01:53 +0300
commit139f44f013f7e830f42d00f8a8da893874dfbc3a (patch)
treec975e620deff1a6f2b2412e77159099e3865067e
parentf3970b52b6827176838cceead370a50e0cbb6cbf (diff)
downloadbrew-139f44f013f7e830f42d00f8a8da893874dfbc3a.tar.bz2
rubocop: don’t allow %x.
It’s confusing for non-Rubyists (and some Rubyists) and that’s a major number of our current and future contributors.
-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: