From acffcb4f056209c0ed7ff1ce535aac4cbb0720f0 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 17 Aug 2017 12:53:50 +0200 Subject: [PATCH] Updated TODO with RuboCop 0.49.1 Signed-off-by: Olle Jonsson --- .rubocop_todo.yml | 47 +---------------------------------------------- 1 file changed, 1 insertion(+), 46 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 08866cb..e326317 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,52 +1,7 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2017-08-16 10:25:30 +0200 using RuboCop version 0.47.1. +# on 2017-08-17 12:53:11 +0200 using RuboCop version 0.49.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. - -# Offense count: 1 -# Configuration parameters: AllowSafeAssignment. -Lint/AssignmentInCondition: - Exclude: - - 'lib/mixlib/log.rb' - -# Offense count: 2 -# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. -# URISchemes: http, https -Metrics/LineLength: - Max: 129 - -# Offense count: 1 -# Configuration parameters: CountComments. -Metrics/MethodLength: - Max: 12 - -# Offense count: 1 -# Configuration parameters: CountComments. -Metrics/ModuleLength: - Max: 109 - -# Offense count: 2 -Style/ClassVars: - Exclude: - - 'lib/mixlib/log/formatter.rb' - -# Offense count: 2 -# Configuration parameters: EnforcedStyle, SupportedStyles. -# SupportedStyles: format, sprintf, percent -Style/FormatString: - Exclude: - - 'lib/mixlib/log/formatter.rb' - -# Offense count: 1 -# Configuration parameters: AllowedVariables. -Style/GlobalVars: - Exclude: - - 'spec/spec_helper.rb' - -# Offense count: 1 -Style/MethodMissing: - Exclude: - - 'lib/mixlib/log.rb'