From c8afcc19bacfefc638cfac9bce9f4e09ec238d47 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Thu, 14 Jan 2016 15:37:48 -0600 Subject: Update to RuboCop 0.36.0 --- .rubocop.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 03f00741..24360fcb 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,6 +2,7 @@ inherit_from: - .rubocop_todo.yml AllCops: + TargetRubyVersion: 1.9 Exclude: - tmp/**/* - lib/bundler/vendor/**/* @@ -57,7 +58,7 @@ Style/StringLiteralsInInterpolation: # Having these make it easier to *not* forget to add one when adding a new # value and you can simply copy the previous line. -Style/TrailingComma: +Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma Style/TrailingUnderscoreVariable: @@ -84,7 +85,7 @@ Style/EachWithObject: Style/SpecialGlobalVars: Enabled: false -Style/TrailingComma: +Style/TrailingCommaInArguments: Enabled: false Performance/FlatMap: -- cgit v1.2.3