X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b38343e5bd95230c6bb2159700102dbca247fa03..9431b471a74fe0ef872fb51155da870158c11382:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index c1fae7b29..d63584223 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -13,6 +13,7 @@ Lint/AssignmentInCondition: - 'app/controllers/application_controller.rb' - 'app/controllers/geocoder_controller.rb' - 'app/controllers/notes_controller.rb' + - 'app/controllers/api/traces_controller.rb' - 'app/controllers/traces_controller.rb' - 'app/controllers/users_controller.rb' - 'app/controllers/api/user_preferences_controller.rb' @@ -28,7 +29,7 @@ Lint/AssignmentInCondition: # Offense count: 4 Lint/HandleExceptions: Exclude: - - 'app/controllers/amf_controller.rb' + - 'app/controllers/api/amf_controller.rb' - 'app/controllers/users_controller.rb' # Offense count: 692 @@ -39,7 +40,7 @@ Metrics/AbcSize: # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: - Max: 262 + Max: 263 # Offense count: 11 # Configuration parameters: CountBlocks. @@ -72,7 +73,7 @@ Metrics/ParameterLists: # Offense count: 72 Metrics/PerceivedComplexity: - Max: 23 + Max: 25 # Offense count: 6 Naming/AccessorMethodName: @@ -99,6 +100,11 @@ Naming/PredicateName: - 'app/models/user.rb' - 'lib/classic_pagination/pagination.rb' +# Disabled pending merge of fix for: +# https://github.com/rubocop-hq/rubocop/issues/6943 +Rails/ActiveRecordOverride: + Enabled: false + # Offense count: 6 # Configuration parameters: Database, Include. # SupportedDatabases: mysql, postgresql