Skip to content

Commit

Permalink
Fix exhaustive linter on windows on svc.Cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Yolan Romailler <[email protected]>
  • Loading branch information
AnomalRoil committed Dec 2, 2023
1 parent 0777508 commit a09df7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ linters-settings:
# Default: false
custom-order: true
exhaustive:
ignore-enum-types: reflect.Kind
ignore-enum-types: reflect.Kind|svc.Cmd

linters:
disable-all: true
Expand Down

0 comments on commit a09df7d

Please sign in to comment.