Add support for Puppet manifests (#92)

This commit is contained in:
Ben Ford
2022-04-20 13:21:18 -07:00
committed by GitHub
parent 2b44b36759
commit 758687b5e3
2 changed files with 2 additions and 2 deletions

View File

@@ -316,7 +316,7 @@ func TestLicenseHeader(t *testing.T) {
"// HYS\n\n",
},
{
[]string{"f.py", "f.sh", "f.yaml", "f.yml", "f.dockerfile", "dockerfile", "f.rb", "gemfile", "f.tcl", "f.bzl", "f.pl"},
[]string{"f.py", "f.sh", "f.yaml", "f.yml", "f.dockerfile", "dockerfile", "f.rb", "gemfile", "f.tcl", "f.bzl", "f.pl", "f.pp"},
"# HYS\n\n",
},
{