]> git.openstreetmap.org Git - rails.git/commit
Fix rubocop warnings
authorTom Hughes <tom@compton.nu>
Wed, 4 Dec 2019 19:25:06 +0000 (19:25 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 4 Dec 2019 19:31:53 +0000 (19:31 +0000)
commit57f5b7840e540fd8b2240fe7786e989fb2f829af
tree02e8402ed088e9d21bb0080b8169a976ace86b85
parent743a764f3b2cacbe60ce0e7d18c2d65dfbd07194
Fix rubocop warnings
24 files changed:
.rubocop.yml
.rubocop_todo.yml
app/controllers/api/amf_controller.rb
app/controllers/api_controller.rb
app/controllers/users_controller.rb
app/mailers/application_mailer.rb [new file with mode: 0644]
app/mailers/notifier.rb
config/environments/development.rb
config/initializers/assets.rb
config/initializers/banners.rb
config/initializers/config.rb
config/initializers/omniauth.rb
config/initializers/wiki_pages.rb
db/migrate/034_create_languages.rb
lib/country.rb
lib/id.rb
lib/potlatch.rb
lib/tasks/add_version_to_nodes.rake
lib/tasks/auto_annotate_models.rake
lib/tasks/eslint.rake
lib/tasks/testing.rake
test/controllers/api/traces_controller_test.rb
test/controllers/traces_controller_test.rb
test/models/trace_test.rb