X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/58e95f7ea46accda6359b187ce5936aad4ac5945..4cf0abb0277dea5350ad09c34233d930e68fb296:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index cbd62a052..1ae01086a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -35,10 +35,7 @@ Naming/FileName: - 'script/locale/reload-languages' - 'script/update-spam-blocks' -Naming/UncommunicativeMethodParamName: - Enabled: false - -Rails/ApplicationRecord: +Naming/MethodParameterName: Enabled: false Rails/CreateTableWithTimestamps: @@ -64,6 +61,9 @@ Rails/SkipsModelValidations: Style/BracesAroundHashParameters: EnforcedStyle: context_dependent +Style/Documentation: + Enabled: false + Style/FormatStringToken: EnforcedStyle: template