Skip to content

Commit

Permalink
Fix golangci-lint output.format deprecation
Browse files Browse the repository at this point in the history
Fixes `WARN [config_reader] The configuration option `output.format` is deprecated, please use `output.formats``
  • Loading branch information
vntw committed Apr 16, 2024
1 parent 1fb53be commit 25fa651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Expand Up @@ -10,7 +10,8 @@ run:

# Output configuration options
output:
format: line-number
formats:
- format: line-number

# All available settings of specific linters
linters-settings:
Expand Down

0 comments on commit 25fa651

Please sign in to comment.