Skip to content

Commit

Permalink
own linters config used
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Feb 6, 2024
1 parent 2095d7a commit e1739df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gbash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mydir=""
if test -n "$testfolder"; then
mydir="${testfolder}/..."
fi
$1/bin/golangci-lint run ${mydir} --config /home/runner/work/.golangci.yaml -v
$1/bin/golangci-lint run ${mydir}

status="$?"

Expand Down

0 comments on commit e1739df

Please sign in to comment.