Skip to content

Commit

Permalink
Fixing the lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kpachhai committed May 6, 2024
1 parent 2291af9 commit f6004ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests.lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function find_go_files {
# automatically checks license headers
# to modify the file headers (if missing), remove "--verify" flag
# TESTS='license_header' ADDLICENSE_FLAGS="--verify --debug" ./scripts/tests.lint.sh
_addlicense_flags=${ADDLICENSE_FLAGS:-"--verify --debug"}
_addlicense_flags=${ADDLICENSE_FLAGS:-"--debug"}
function test_license_header {
go install -v github.com/palantir/go-license@latest
local target="${1}"
Expand Down

0 comments on commit f6004ec

Please sign in to comment.