From 139f44f013f7e830f42d00f8a8da893874dfbc3a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 10 Jun 2017 19:54:58 +0300 Subject: 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. --- Library/.rubocop.yml | 4 ---- 1 file changed, 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: -- cgit v1.2.3