]> git.openstreetmap.org Git - chef.git/blob - .rubocop_todo.yml
Civicrm + civirules version bump
[chef.git] / .rubocop_todo.yml
1 # This configuration was generated by
2 # `rubocop --auto-gen-config`
3 # on 2020-07-30 08:39:06 UTC using RuboCop version 0.88.0.
4 # The point is for the user to remove these configuration records
5 # one by one as the offenses are removed from the code base.
6 # Note that changes in the inspected code, or installation of new
7 # versions of RuboCop, may require this file to be generated again.
8
9 # Offense count: 1038
10 # Cop supports --auto-correct.
11 # Configuration parameters: .
12 # SupportedStyles: strings, symbols
13 ChefStyle/AttributeKeys:
14   EnforcedStyle: symbols
15
16 # Offense count: 3
17 # Configuration parameters: CountBlocks.
18 Metrics/BlockNesting:
19   Max: 4