-
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.1 - Fix rubocop on Style/HashSyntax - Update rubocop config namespace - Replace foodcritic by cookstyle in the CI run - Update kitchen docker: - update OS to latest - update chef client to 18.3.0 so that ruby 3.1 is used
- Loading branch information
Showing
12 changed files
with
103 additions
and
48 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,48 @@ | ||
AllCops: | ||
TargetRubyVersion: 3.1.6 | ||
|
||
# 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
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