X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f1c6a87aa137c11d0aff5a4b0e563ac2c2a8f82d..e854273c48c2d8bcdacc3c06309e1e809457745a:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 18bf69b9b..77f26d863 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -29,13 +29,16 @@ Metrics/ClassLength: Exclude: - 'test/**/*' +Metrics/ModuleLength: + Max: 150 + Naming/FileName: Exclude: - 'script/deliver-message' - 'script/locale/reload-languages' - 'script/update-spam-blocks' -Naming/UncommunicativeMethodParamName: +Naming/MethodParameterName: Enabled: false Rails/CreateTableWithTimestamps: @@ -61,6 +64,9 @@ Rails/SkipsModelValidations: Style/BracesAroundHashParameters: EnforcedStyle: context_dependent +Style/Documentation: + Enabled: false + Style/FormatStringToken: EnforcedStyle: template