X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3426976606d30278fcf5ed279d3c95900785c4a5..de9996e9f0537661371b82e8bbe094bc1861fa7b:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 1ae01086a..77f26d863 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -29,6 +29,9 @@ Metrics/ClassLength: Exclude: - 'test/**/*' +Metrics/ModuleLength: + Max: 150 + Naming/FileName: Exclude: - 'script/deliver-message'