X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b74f737a0446d214020f517ca4edaa54a0921cf4..20eed1b438a2f662a9e64c50dc2be36ccace6302:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index f11a7d911..54dd4f715 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,6 +4,12 @@ Style/AlignParameters: Exclude: - '**/metadata.rb' +Style/HashSyntax: + EnforcedStyle: hash_rockets + Style/SingleSpaceBeforeFirstArg: Exclude: - '**/metadata.rb' + +Style/StringLiterals: + EnforcedStyle: double_quotes