Update workflow.

This commit is contained in:
Jim McDonald
2025-02-16 15:43:20 +00:00
parent c3471240a5
commit 842d603524

View File

@@ -74,8 +74,9 @@ run:
# output configuration options # output configuration options
output: output:
- format: colored-line-number formats:
path: stderr - format: colored-line-number
path: stderr
# All available settings of specific linters. # All available settings of specific linters.
linters-settings: linters-settings:
@@ -112,7 +113,6 @@ linters:
- errorlint - errorlint
- exhaustive - exhaustive
- exhaustruct - exhaustruct
- exportloopref
- forbidigo - forbidigo
- forcetypeassert - forcetypeassert
- funlen - funlen
@@ -135,6 +135,7 @@ linters:
- promlinter - promlinter
- rowserrcheck - rowserrcheck
- sqlclosecheck - sqlclosecheck
- tenv
- unparam - unparam
- varnamelen - varnamelen
- wastedassign - wastedassign