-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcookstyle.yml
49 lines (46 loc) · 1.11 KB
/
cookstyle.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
AllCops:
TargetChefVersion: 17.9.46
TargetRubyVersion: 3.0.3 # Matches Chef client 17.9.46
# Chef
Chef/Correctness/IncorrectLibraryInjection:
Enabled: false
Chef/Deprecations/FoodcriticTesting:
Enabled: false
Chef/RedundantCode/LongDescriptionMetadata:
Enabled: false
Chef/RedundantCode/NamePropertyIsRequired:
Enabled: false
Chef/Deprecations/ResourceWithoutUnifiedTrue:
Enabled: false
Chef/Deprecations/UseInlineResourcesDefined:
Enabled: false
Chef/Modernize/RespondToInMetadata:
Enabled: false
Chef/Modernize/ShellOutHelper:
Enabled: false
Chef/Modernize/WhyRunSupportedTrue:
Enabled: false
Chef/Sharing/EmptyMetadataField:
Enabled: false
Chef/Sharing/InvalidLicenseString:
Enabled: false
Chef/Style/CommentFormat:
Enabled: false
# Layout
Layout/RescueEnsureAlignment:
Enabled: false
# Style
Style/ClassVars:
Enabled: false
Style/FormatString:
Enabled: false
Style/PercentLiteralDelimiters:
Enabled: false
Style/StringLiterals:
Enabled: false
Style/TrailingCommaInArguments:
Enabled: false
Style/TrailingCommaInArrayLiteral:
Enabled: false
Style/TrailingCommaInHashLiteral:
Enabled: false