]> git.openstreetmap.org Git - chef.git/blob - .rubocop_todo.yml
2e911812f89b16fc5ad39697ec81b2c149ed986a
[chef.git] / .rubocop_todo.yml
1 # This configuration was generated by
2 # `rubocop --auto-gen-config`
3 # on 2019-09-09 18:59:09 +0100 using RuboCop version 0.72.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: 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: 78
29 # Cop supports --auto-correct.
30 # Configuration parameters: Include.
31 # Include: **/metadata.rb
32 ChefDeprecations/LongDescriptionMetadata:
33   Enabled: false
34
35 # Offense count: 2
36 # Cop supports --auto-correct.
37 # Configuration parameters: Include.
38 # Include: **/resources/*.rb, **/providers/*.rb
39 ChefModernize/IncludingMixinShelloutInResources:
40   Exclude:
41     - 'cookbooks/nodejs/resources/package.rb'
42
43 # Offense count: 947
44 # Cop supports --auto-correct.
45 # Configuration parameters: .
46 # SupportedStyles: strings, symbols
47 ChefStyle/AttributeKeys:
48   EnforcedStyle: symbols
49
50 # Offense count: 297
51 # Cop supports --auto-correct.
52 ChefStyle/CommentFormat:
53   Enabled: false
54
55 # Offense count: 466
56 # Cop supports --auto-correct.
57 ChefStyle/FileMode:
58   Enabled: false