X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/98f8bbace3bec93a23fd9924f0a02c9d41c9cf69..HEAD:/.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