]> git.openstreetmap.org Git - chef.git/blobdiff - .rubocop_todo.yml
Standardise on "hash rocket" style for hashes
[chef.git] / .rubocop_todo.yml
index eab32f0ddaf7eaf8cb61c060353dd4fa163d8ccf..a6fa2af254dc7c39e2232b855e65f4274fa883b5 100644 (file)
@@ -40,12 +40,6 @@ Style/Documentation:
 Style/FileName:
   Enabled: false
 
-# Offense count: 3116
-# Cop supports --auto-correct.
-# Configuration parameters: SupportedStyles.
-Style/HashSyntax:
-  EnforcedStyle: hash_rockets
-
 # Offense count: 15
 # Configuration parameters: MaxLineLength.
 Style/IfUnlessModifier: