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