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