]> git.openstreetmap.org Git - chef.git/blob - .rubocop_todo.yml
Update rubocop todo
[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: 23
31 ChefModernize/CronDFileOrTemplate:
32   Enabled: false
33
34 # Offense count: 1
35 # Configuration parameters: Include.
36 # Include: **/definitions/*.rb
37 ChefModernize/Definitions:
38   Exclude:
39     - 'cookbooks/networking/definitions/firewall_rule.rb'
40
41 # Offense count: 1056
42 # Cop supports --auto-correct.
43 # Configuration parameters: .
44 # SupportedStyles: strings, symbols
45 ChefStyle/AttributeKeys:
46   EnforcedStyle: symbols
47
48 # Offense count: 489
49 # Cop supports --auto-correct.
50 ChefStyle/FileMode:
51   Enabled: false