X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5ec11d3571d81a02413f939347d585e8741d836a..1f9857e76c2abb8d1e3c9046480a9878004451f7:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 3a3008e9e..984529135 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -59,7 +59,7 @@ Metrics/BlockNesting: # Offense count: 62 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 1650 + Max: 1652 # Offense count: 68 Metrics/CyclomaticComplexity: @@ -164,17 +164,6 @@ Style/LineEndConcatenation: Style/NumericLiterals: MinDigits: 11 -# Offense count: 38 -# Cop supports --auto-correct. -Style/PerlBackrefs: - Exclude: - - 'app/controllers/amf_controller.rb' - - 'app/helpers/browse_helper.rb' - - 'config/initializers/paperclip.rb' - - 'lib/id.rb' - - 'lib/potlatch.rb' - - 'test/lib/i18n_test.rb' - # Offense count: 8 # Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist. # NamePrefix: is_, has_, have_ @@ -202,15 +191,3 @@ Style/RaiseArgs: Style/RescueModifier: Exclude: - 'app/helpers/browse_helper.rb' - -# Offense count: 8 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles. -# SupportedStyles: single_quotes, double_quotes -Style/StringLiteralsInInterpolation: - Exclude: - - 'app/controllers/amf_controller.rb' - - 'app/models/node.rb' - - 'app/models/way.rb' - - 'lib/migrate.rb' - - 'test/controllers/changeset_controller_test.rb'