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 Jan 2, 2024
1 parent be506d5 commit 5290384
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 5290384

Please sign in to comment.