-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- CI is failing due to lib compatibility versions - Update code to ruby 3.0.3 - Disable rubocop Style/HashSyntax - Update rubocop config namespace - Replace foodcritic by cookstyle in the CI run - Update kitchen docker: - update OS to latest
- Loading branch information
Showing
10 changed files
with
101 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters