From 139f44f013f7e830f42d00f8a8da893874dfbc3a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 10 Jun 2017 19:54:58 +0300 Subject: [PATCH] =?UTF-8?q?rubocop:=20don=E2=80=99t=20allow=20%x.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 8099c7ad07..07fe391057 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: