X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f02729fa9a29089224502fecc7bf347fa73db0dd..e5d81734f2212675f6342bf7660de15dadbdafa1:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 3a3008e9e..8d81a7c56 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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'