Skip to content

Commit

Permalink
Regenerate RuboCop's To-do
Browse files Browse the repository at this point in the history
  • Loading branch information
jlduran committed Mar 9, 2018
1 parent b89b5f4 commit c3b0b94
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,35 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-06-24 00:00:00 -0000 using RuboCop version 0.49.1.
# on 2018-03-09 00:00:00 -0000 using RuboCop version 0.53.0.
# 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: 3
# Offense count: 2
Metrics/AbcSize:
Max: 20

# Offense count: 85
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Max: 129
Exclude:
- 'lib/numbers_and_words/strategies/figures_converter/options/en/pronounced.rb'
- 'lib/numbers_and_words/translations/fr.rb'

# Offense count: 4
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 16
Exclude:
- 'lib/numbers_and_words/strategies/figures_converter/options/en/pronounced.rb'
- 'lib/numbers_and_words/strategies/figures_converter/languages/en.rb'

# Offense count: 93
# Offense count: 104
Style/Documentation:
Enabled: false

# Offense count: 1
Style/MethodMissing:
Exclude:
- 'lib/numbers_and_words/strategies/figures_converter/options.rb'

# Offense count: 90
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Max: 123

0 comments on commit c3b0b94

Please sign in to comment.