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:
Mike McQuaid 2017-06-10 19:54:58 +03:00
parent f3970b52b6
commit 139f44f013

View File

@ -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: