X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a9217ac515784c7f203e76b8885acb85a3934979..20eed1b438a2f662a9e64c50dc2be36ccace6302:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 23ca686a8..54dd4f715 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,15 @@ inherit_from: .rubocop_todo.yml +Style/AlignParameters: + Exclude: + - '**/metadata.rb' + +Style/HashSyntax: + EnforcedStyle: hash_rockets + Style/SingleSpaceBeforeFirstArg: Exclude: - '**/metadata.rb' + +Style/StringLiterals: + EnforcedStyle: double_quotes