Skip to content

Commit

Permalink
Align tests and Infracost tags (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis authored Feb 24, 2024
1 parent e8453ba commit e6c5d1c
Show file tree
Hide file tree
Showing 13 changed files with 834 additions and 42 deletions.
13 changes: 13 additions & 0 deletions .coderabbit.yaml
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
12 changes: 1 addition & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,8 @@ repos:
- id: check-symlinks
- id: no-commit-to-branch

- repo: local
hooks:
- id: infracost_generate_config
name: Infracost generate config
entry: bash -c 'infracost generate config --repo-path=. --template-path=infracost.yml.tmpl --out-file=infracost.yml'
language: system
files: ^infracost\.yml\.tmpl$
verbose: false

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.83.6
rev: v1.88.0
hooks:
- id: terraform_fmt

Expand All @@ -42,4 +33,3 @@ repos:
args:
- --args=--config-file=infracost.yml
- --args=--sync-usage-file
verbose: false
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"github-actions.workflows.pinned.workflows": [
".github/workflows/kitchen.yml"
]
}
10 changes: 10 additions & 0 deletions Gemfile
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'
Loading

0 comments on commit e6c5d1c

Please sign in to comment.