]> git.openstreetmap.org Git - rails.git/commit
Fix new rubocop Style/OneClassPerFile warnings
authorTom Hughes <tom@compton.nu>
Thu, 5 Mar 2026 00:11:09 +0000 (00:11 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 5 Mar 2026 00:41:56 +0000 (00:41 +0000)
commit7fd1dcb30e48df47f58df4171090a29dee8854da
treee534a1e26b73edaf5292c8749c46dc8f56ea038d
parentebc9ceb4f9aaf21928d9488ce988d26264be4da2
Fix new rubocop Style/OneClassPerFile warnings
21 files changed:
.rubocop_todo.yml
config/initializers/i18n.rb
db/migrate/20120208122334_merge_acl_address_and_mask.rb
test/abilities/abilities_test.rb [deleted file]
test/abilities/administrator_ability_test.rb [new file with mode: 0644]
test/abilities/api_abilities_test.rb [deleted file]
test/abilities/api_capability_test.rb [deleted file]
test/abilities/changeset_comment_api_capability_test.rb [new file with mode: 0644]
test/abilities/guest_ability_test.rb [new file with mode: 0644]
test/abilities/guest_api_ability_test.rb [new file with mode: 0644]
test/abilities/moderator_ability_test.rb [new file with mode: 0644]
test/abilities/moderator_api_ability_test.rb [new file with mode: 0644]
test/abilities/note_api_capability_test.rb [new file with mode: 0644]
test/abilities/user_ability_test.rb [new file with mode: 0644]
test/abilities/user_api_ability_test.rb [new file with mode: 0644]
test/abilities/user_api_capability_test.rb [new file with mode: 0644]
test/system/embed_test.rb
test/system/german_embed_test.rb [new file with mode: 0644]
test/system/unknown_language_embed_test.rb [new file with mode: 0644]
test/validators/characters_validator_test.rb
test/validators/whitespace_validator_test.rb