Skip to content

Commit

Permalink
display line number for code that fail golangci-lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
ukane-philemon authored and chappjc committed Jun 28, 2022
1 parent 5fb9657 commit c68b82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cd "$dir"

# check linters
golangci-lint run --disable-all --deadline=10m \
--out-format=github-actions \
--out-format=github-actions,colored-line-number \
--enable=goimports \
--enable=govet \
--enable=gosimple \
Expand Down

0 comments on commit c68b82f

Please sign in to comment.