]> git.openstreetmap.org Git - chef.git/blob - .rubocop_todo.yml
Merge remote-tracking branch 'github/pull/327'
[chef.git] / .rubocop_todo.yml
1 # This configuration was generated by
2 # `rubocop --auto-gen-config`
3 # on 2020-07-29 12:02:45 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: 1
10 # Configuration parameters: Include.
11 # Include: **/definitions/*.rb
12 ChefModernize/Definitions:
13   Exclude:
14     - 'cookbooks/networking/definitions/firewall_rule.rb'
15
16 # Offense count: 1038
17 # Cop supports --auto-correct.
18 # Configuration parameters: .
19 # SupportedStyles: strings, symbols
20 ChefStyle/AttributeKeys:
21   EnforcedStyle: symbols