Skip to content

Commit

Permalink
Updated TODO with RuboCop 0.49.1
Browse files Browse the repository at this point in the history
Signed-off-by: Olle Jonsson <[email protected]>
  • Loading branch information
olleolleolle committed Aug 17, 2017
1 parent ca3b731 commit acffcb4
Showing 1 changed file with 1 addition and 46 deletions.
47 changes: 1 addition & 46 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit acffcb4

Please sign in to comment.