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.
10 ChefCorrectness/NodeNormal:
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'
21 ChefCorrectness/NodeNormalUnless:
24 - 'cookbooks/mailman/recipes/default.rb'
25 - 'cookbooks/mediawiki/resources/site.rb'
26 - 'cookbooks/wordpress/resources/site.rb'
29 # Cop supports --auto-correct.
30 # Configuration parameters: Include.
31 # Include: **/resources/*.rb, **/providers/*.rb
32 ChefModernize/IncludingMixinShelloutInResources:
34 - 'cookbooks/nodejs/resources/package.rb'
37 # Cop supports --auto-correct.
38 # Configuration parameters: .
39 # SupportedStyles: strings, symbols
40 ChefStyle/AttributeKeys:
41 EnforcedStyle: symbols
44 # Cop supports --auto-correct.
45 ChefStyle/CommentFormat:
49 # Cop supports --auto-correct.