]> git.openstreetmap.org Git - chef.git/blob - .rubocop_todo.yml
Enable ChefModernize/CronDFileOrTemplate cop
[chef.git] / .rubocop_todo.yml
1 # This configuration was generated by
2 # `rubocop --auto-gen-config`
3 # on 2020-07-19 17:37:03 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: 15
10 ChefCorrectness/NodeNormal:
11   Exclude:
12     - '**/metadata.rb'
13     - '**/Berksfile'
14     - 'cookbooks/dev/recipes/default.rb'
15     - 'cookbooks/mediawiki/resources/site.rb'
16     - 'cookbooks/networking/recipes/default.rb'
17     - 'cookbooks/openvpn/recipes/default.rb'
18     - 'cookbooks/web/recipes/backend.rb'
19     - 'cookbooks/wordpress/resources/site.rb'
20
21 # Offense count: 12
22 ChefCorrectness/NodeNormalUnless:
23   Exclude:
24     - '**/metadata.rb'
25     - '**/Berksfile'
26     - 'cookbooks/mailman/recipes/default.rb'
27     - 'cookbooks/mediawiki/resources/site.rb'
28     - 'cookbooks/wordpress/resources/site.rb'
29
30 # Offense count: 1
31 # Configuration parameters: Include.
32 # Include: **/definitions/*.rb
33 ChefModernize/Definitions:
34   Exclude:
35     - 'cookbooks/networking/definitions/firewall_rule.rb'
36
37 # Offense count: 1056
38 # Cop supports --auto-correct.
39 # Configuration parameters: .
40 # SupportedStyles: strings, symbols
41 ChefStyle/AttributeKeys:
42   EnforcedStyle: symbols
43
44 # Offense count: 489
45 # Cop supports --auto-correct.
46 ChefStyle/FileMode:
47   Enabled: false