X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/94b59f440321846760d430fee378f05a6a2803ee..b92c699a66fcf6433915ca7771206c61de205a67:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 25a30bf40..d63584223 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -40,7 +40,7 @@ Metrics/AbcSize: # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: - Max: 262 + Max: 263 # Offense count: 11 # Configuration parameters: CountBlocks. @@ -73,7 +73,7 @@ Metrics/ParameterLists: # Offense count: 72 Metrics/PerceivedComplexity: - Max: 23 + Max: 25 # Offense count: 6 Naming/AccessorMethodName: @@ -100,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