We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fa46d commit c3e7ad9Copy full SHA for c3e7ad9
mmv1/validate_third_party_test.go
@@ -41,7 +41,7 @@ func TestTemplatesStillNeedToBeTemplates(t *testing.T) {
41
return nil
42
}
43
44
- // Only check .go.tmpl files
+ // Only check .tmpl files
45
if filepath.Ext(path) != ".tmpl" {
46
47
0 commit comments