fix: updated for refactor
This commit is contained in:
parent
8b1ef1c133
commit
f249b3fe2b
|
@ -77,7 +77,7 @@ check() {
|
||||||
|
|
||||||
# check headers
|
# check headers
|
||||||
echo "** CHECK ASF HEADER **"
|
echo "** CHECK ASF HEADER **"
|
||||||
HEADER="$(cat $SRC/.golangci-goheader.template)"
|
HEADER="$(cat $SRC/backend/.golangci-goheader.template)"
|
||||||
test -n "$HEADER"
|
test -n "$HEADER"
|
||||||
for FN in $(find "$SRC" -name '*.go'); do
|
for FN in $(find "$SRC" -name '*.go'); do
|
||||||
if ! grep -qF "$HEADER" $FN; then
|
if ! grep -qF "$HEADER" $FN; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user