X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dae3dcf87edcfc0648cd0b93b069b0eee67d3ab7..291f43c7e21832182df2d2eeb86ea8b5b7461f08:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 1b63d25f2..984529135 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2016-07-13 09:47:52 +0100 using RuboCop version 0.41.2. +# on 2016-09-07 11:03:27 +0100 using RuboCop version 0.41.2. # 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 @@ -14,11 +14,11 @@ Lint/AmbiguousOperator: - 'test/lib/bounding_box_test.rb' - 'test/lib/country_test.rb' -# Offense count: 115 +# Offense count: 117 Lint/AmbiguousRegexpLiteral: Enabled: false -# Offense count: 29 +# Offense count: 30 # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: Exclude: @@ -43,30 +43,35 @@ Lint/HandleExceptions: - 'app/controllers/user_controller.rb' - 'config/initializers/session.rb' -# Offense count: 616 +# Offense count: 2 +Lint/ShadowingOuterLocalVariable: + Exclude: + - 'app/views/changeset/list.atom.builder' + +# Offense count: 626 Metrics/AbcSize: Max: 277 -# Offense count: 11 +# Offense count: 12 Metrics/BlockNesting: Max: 5 # Offense count: 62 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 1650 + Max: 1652 -# Offense count: 67 +# Offense count: 68 Metrics/CyclomaticComplexity: Max: 20 -# Offense count: 2485 +# Offense count: 2561 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes. # URISchemes: http, https Metrics/LineLength: Max: 962 -# Offense count: 596 +# Offense count: 604 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 179 @@ -74,7 +79,7 @@ Metrics/MethodLength: # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: - Max: 131 + Max: 139 # Offense count: 4 # Configuration parameters: CountKeywordArgs. @@ -135,7 +140,7 @@ Style/AsciiComments: Exclude: - 'test/models/message_test.rb' -# Offense count: 217 +# Offense count: 218 Style/Documentation: Enabled: false @@ -159,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_ @@ -197,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'