File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 31
31
boilerplatedir = flag .String ("boilerplate-dir" , "." , "Boilerplate directory for boilerplate files" )
32
32
rootdir = flag .String ("rootdir" , "../../" , "Root directory to examine" )
33
33
verbose = flag .Bool ("v" , false , "Verbose" )
34
- skippedPaths = regexp .MustCompile (`Godeps|third_party|_gopath|_output|\.git|cluster/env.sh|vendor|test/e2e/generated/bindata.go|site/themes/docsy|test/integration/testdata` )
34
+ skippedPaths = regexp .MustCompile (`Godeps|third_party|_gopath|_output|\.git|cluster/env.sh|vendor|test/e2e/generated/bindata.go|site/themes/docsy|test/integration/testdata|hack/benchmark/image-build/minikube-image-benchmark|hack/benchmark/time-to-k8s/time-to-k8s-repo ` )
35
35
windowdNewLine = regexp .MustCompile (`\r` )
36
36
txtExtension = regexp .MustCompile (`\.txt` )
37
37
goBuildTag = regexp .MustCompile (`(?m)^(//go:build.*\n)+\n` )
41
41
)
42
42
43
43
func main () {
44
+ flag .Parse ()
44
45
refs , err := extensionToBoilerplate (* boilerplatedir )
45
46
if err != nil {
46
47
log .Fatal (err )
You can’t perform that action at this time.
0 commit comments