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.
This commit is contained in:
parent
f3970b52b6
commit
139f44f013
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user