Skip to content

Commit

Permalink
Add missing yamllint file to snap projects (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelallan72 authored Sep 11, 2024
1 parent 3797e4d commit f22f264
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform-plans/configs/dcgm-snap_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ templates = {
destination = ".github/workflows/release.yaml"
vars = {}
}
yamllint = {
source = "./templates/github/snap_yamllint.yaml.tftpl"
destination = ".yamllint"
vars = {}
}
}
5 changes: 5 additions & 0 deletions terraform-plans/configs/tailscale-snap_main.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ templates = {
destination = ".github/workflows/release.yaml"
vars = {}
}
yamllint = {
source = "./templates/github/snap_yamllint.yaml.tftpl"
destination = ".yamllint"
vars = {}
}
}
5 changes: 5 additions & 0 deletions terraform-plans/templates/github/snap_yamllint.yaml.tftpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
extends: default

rules:
line-length: disable
document-start: disable

0 comments on commit f22f264

Please sign in to comment.