Skip to content

Commit 5dfc814

Browse files
Add Contributing to default headers to skip
1 parent 263b68d commit 5dfc814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/tfgen/installation_docs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ func getDefaultHeadersToSkip() []*regexp.Regexp {
402402
regexp.MustCompile("[Tt]erraform CLI"),
403403
regexp.MustCompile("[Tt]erraform Cloud"),
404404
regexp.MustCompile("Delete Protection"),
405+
regexp.MustCompile("[Cc]ontributing"),
405406
}
406407
return defaultHeaderSkipRegexps
407408
}

0 commit comments

Comments
 (0)