Added .pl to the list of supported files (#98)
* Added .pl to the list of supported files Includes support for Perl (.pl) file, treated in the same way as shell scripts. * Adding .pl to the relevant test case
This commit is contained in:
@@ -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"},
|
||||
[]string{"f.py", "f.sh", "f.yaml", "f.yml", "f.dockerfile", "dockerfile", "f.rb", "gemfile", "f.tcl", "f.bzl", "f.pl"},
|
||||
"# HYS\n\n",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user