X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d5efa4c357c1f39181f9af96024eaacbb6bd328b..28a39c645fd3addaeb8d00921b40308588934865:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index ddfb63cae..1e18afd83 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -68,9 +68,6 @@ Rails/SkipsModelValidations: - 'db/migrate/*.rb' - 'app/controllers/users_controller.rb' -Style/ArgumentsForwarding: - Enabled: false - Style/Documentation: Enabled: false