X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d5efa4c357c1f39181f9af96024eaacbb6bd328b..4a1f0da82349888796ba2c0c52868228f0fa9c70:/.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