Skip to content

Commit

Permalink
fix: fix .golangci.yml linting commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dharsanb committed Dec 15, 2024
1 parent 932af5f commit 35e1297
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
output:
format: line-number
formats:
- format: line-number

linters:
enable:
Expand All @@ -24,3 +25,6 @@ linters:

run:
timeout: 2m

issues:
new-from-rev: "490e245"

0 comments on commit 35e1297

Please sign in to comment.