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