Merge pull request #2766 from MikeMcQuaid/rubocop-no-percent-x

rubocop: don’t allow %x.
This commit is contained in:
Mike McQuaid 2017-06-12 09:27:09 +01:00 committed by GitHub
commit aa364fbf15

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: