Add support for bazel BUILD files
This commit is contained in:
committed by
Will Norris
parent
04bfe4ee9c
commit
53d978ad7e
@@ -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", "f.pp"},
|
||||
[]string{"f.py", "f.sh", "f.yaml", "f.yml", "f.dockerfile", "dockerfile", "f.rb", "gemfile", "f.tcl", "f.bzl", "f.pl", "f.pp", "build"},
|
||||
"# HYS\n\n",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user