]> git.openstreetmap.org Git - chef.git/blob - .rubocop_todo.yml
ridley: tune apache limits
[chef.git] / .rubocop_todo.yml
1 # This configuration was generated by
2 # `rubocop --auto-gen-config`
3 # on 2021-05-11 07:26:15 UTC using RuboCop version 1.14.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: 41
10 # Cop supports --auto-correct.
11 # Configuration parameters: Include.
12 # Include: **/resources/*.rb
13 Chef/Deprecations/ResourceWithoutUnifiedTrue:
14   Enabled: false
15
16 # Offense count: 1124
17 # Cop supports --auto-correct.
18 # Configuration parameters: .
19 # SupportedStyles: strings, symbols
20 Chef/Style/AttributeKeys:
21   EnforcedStyle: symbols