We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fe28c commit 13863e3Copy full SHA for 13863e3
license.yml renamed to header.yml
scripts/lint.sh
@@ -38,7 +38,7 @@ function test_license_header {
38
while IFS= read -r line; do files+=("$line"); done < <(find . -type f -name '*.go' ! -name '*.pb.go' ! -name 'mock_*.go')
39
40
go-license \
41
- --config=./license.yml \
+ --config=./header.yml \
42
${_addlicense_flags} \
43
"${files[@]}"
44
}
scripts/mock.gen.sh
@@ -31,7 +31,7 @@ do
31
mockgen -package=${package_name} -destination=${output_path} ${src_import_path} ${interface_name}
32
33
34
35
"${output_path}"
36
done < "$input"
37
0 commit comments