]> git.openstreetmap.org Git - rails.git/commit
Fix some rubocop Naming/PredicateName warnings
authorTom Hughes <tom@compton.nu>
Thu, 3 Mar 2022 22:47:55 +0000 (22:47 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 3 Mar 2022 22:47:55 +0000 (22:47 +0000)
commitcbcc7dc49f83f60489fde04b0750cf081e7439fb
treeb3c62df2fbbc7f4022bc3cfe5aecb58fed69fb3d
parentaef7439c56cc26ec3faa22aa851f6ed80e5fb691
Fix some rubocop Naming/PredicateName warnings
21 files changed:
.rubocop_todo.yml
app/controllers/api/changeset_comments_controller.rb
app/controllers/friendships_controller.rb
app/models/changeset.rb
app/models/concerns/consistency_validations.rb
app/models/concerns/redactable.rb
app/models/old_node.rb
app/models/old_relation.rb
app/models/old_way.rb
app/models/user.rb
app/views/api/changesets/_changeset.builder
app/views/browse/changeset.html.erb
app/views/changesets/_changeset.html.erb
app/views/changesets/index.atom.builder
app/views/dashboards/_contact.html.erb
app/views/user_mailer/friendship_notification.html.erb
app/views/user_mailer/friendship_notification.text.erb
app/views/users/show.html.erb
lib/classic_pagination/pagination.rb
test/controllers/api/changesets_controller_test.rb
test/models/user_test.rb