X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6789fc30813990710c5fb786bf90a70867f77339..22d64544a1111d0275b0aad62e9fc2fe080326e5:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 8b6ed0180..60d144544 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -70,7 +70,7 @@ Rails/ReflectionClassName: Rails/SkipsModelValidations: Exclude: - 'db/migrate/*.rb' - - 'app/controllers/users_controller.rb' + - 'app/controllers/users/lists_controller.rb' Style/Documentation: Enabled: false