Skip to content

Commit

Permalink
Fix output format
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSonOfLars committed May 4, 2024
1 parent 6fe3bf7 commit ee43ba1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ run:
output:
# colored-line-number|line-number|json|tab|checkstyle|code-climate|junit-xml|github-actions
# default is "colored-line-number"
format: colored-line-number
formats:
- format: colored-line-number

# print lines of code with issue, default is true
print-issued-lines: true
Expand Down

0 comments on commit ee43ba1

Please sign in to comment.