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