X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/750484d1b5adb4ab9913b181d2f26b4a5a8476d0..b0ed60617330a7e9758cd1d5adcb89fc64b1f6fd:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index c4eb88ac4..fe8947599 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,19 +1,19 @@ # This configuration was generated by `rubocop --auto-gen-config` -# on 2015-02-25 00:27:05 +0000 using RuboCop version 0.29.1. +# on 2015-04-14 09:29:11 +0100 using RuboCop version 0.30.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: 13 +# Offense count: 34 Lint/AmbiguousOperator: Enabled: false -# Offense count: 107 +# Offense count: 125 Lint/AmbiguousRegexpLiteral: Enabled: false -# Offense count: 29 +# Offense count: 31 # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: Enabled: false @@ -26,29 +26,29 @@ Lint/HandleExceptions: Lint/ParenthesesAsGroupedExpression: Enabled: false -# Offense count: 542 +# Offense count: 646 Metrics/AbcSize: - Max: 194 + Max: 277 # Offense count: 12 Metrics/BlockNesting: Max: 5 -# Offense count: 60 +# Offense count: 62 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 1515 + Max: 1653 # Offense count: 68 Metrics/CyclomaticComplexity: - Max: 21 + Max: 20 -# Offense count: 2092 +# Offense count: 2454 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: - Max: 520 + Max: 694 -# Offense count: 520 +# Offense count: 601 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 179 @@ -60,28 +60,16 @@ Metrics/ParameterLists: # Offense count: 70 Metrics/PerceivedComplexity: - Max: 24 - -# Offense count: 164 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle, SupportedStyles, Include. -Rails/ActionFilter: - Enabled: false + Max: 23 # Offense count: 2 # Configuration parameters: Include. Rails/HasAndBelongsToMany: Enabled: false -# Offense count: 17 -# Cop supports --auto-correct. -# Configuration parameters: Include. -Rails/ReadWriteAttribute: - Enabled: false - -# Offense count: 123 -# Configuration parameters: Include. -Rails/Validation: +# Offense count: 70 +# Configuration parameters: EnforcedStyle, SupportedStyles. +Rails/TimeZone: Enabled: false # Offense count: 5 @@ -92,7 +80,7 @@ Style/AccessorMethodName: Style/AsciiComments: Enabled: false -# Offense count: 305 +# Offense count: 307 Style/Documentation: Enabled: false @@ -106,12 +94,12 @@ Style/GuardClause: Style/LineEndConcatenation: Enabled: false -# Offense count: 53 +# Offense count: 69 # Cop supports --auto-correct. Style/NumericLiterals: MinDigits: 11 -# Offense count: 44 +# Offense count: 41 # Cop supports --auto-correct. Style/PerlBackrefs: Enabled: false @@ -121,7 +109,7 @@ Style/PerlBackrefs: Style/PredicateName: Enabled: false -# Offense count: 95 +# Offense count: 97 # Configuration parameters: EnforcedStyle, SupportedStyles. Style/RaiseArgs: Enabled: false @@ -136,8 +124,8 @@ Style/RescueModifier: Style/StringLiteralsInInterpolation: Enabled: false -# Offense count: 4 +# Offense count: 2 # Cop supports --auto-correct. -# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist. +# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, IgnoreClassMethods, Whitelist. Style/TrivialAccessors: Enabled: false