-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align tests and Infracost tags (#29)
- Loading branch information
1 parent
e8453ba
commit e6c5d1c
Showing
13 changed files
with
834 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# CodeRabbit Configuration File | ||
# https://coderabbit.ai/docs/get-started/customize-coderabbit | ||
|
||
# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json | ||
|
||
early_access: true | ||
reviews: | ||
request_changes_workflow: true | ||
auto_review: | ||
enabled: true | ||
poem: false | ||
chat: | ||
auto_reply: true |
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,5 @@ | ||
{ | ||
"github-actions.workflows.pinned.workflows": [ | ||
".github/workflows/kitchen.yml" | ||
] | ||
} |
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,10 @@ | ||
source 'https://rubygems.org' | ||
|
||
# Terraform module testing | ||
|
||
gem 'kitchen-terraform', '7.0.2' | ||
|
||
# These Gems are used by the Shopify/ruby-lsp Visual Studio Code extension | ||
|
||
gem 'rubocop', '1.25.1' | ||
gem 'ruby-lsp', '0.14.2' |
Oops, something went wrong.