Skip to content

Commit

Permalink
chore: modify golangci conf
Browse files Browse the repository at this point in the history
Signed-off-by: Bhoopesh <bhoopesh459@gmail.com>
  • Loading branch information
bhoopesh369 authored and glimchb committed Jun 18, 2024
1 parent b436a13 commit 302b5b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ run:
# output configuration options
output:
# colored-line-number|line-number|json|tab|checkstyle|code-climate, default is "colored-line-number"
formats: colored-line-number
formats:
- format: colored-line-number
path: stdout

linters-settings:
funlen:
Expand Down

0 comments on commit 302b5b7

Please sign in to comment.