Skip to content

Commit

Permalink
add sloglint
Browse files Browse the repository at this point in the history
Signed-off-by: Kit Patella <[email protected]>
  • Loading branch information
mkcp committed Oct 23, 2024
1 parent 3e39651 commit f383f2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ linters-settings:
- (*github.com/spf13/cobra.Command).MarkFlagRequired
- (*github.com/spf13/pflag.FlagSet).MarkHidden
- (*github.com/spf13/pflag.FlagSet).MarkDeprecated
sloglint:
no-mixed-args: true
key-naming-case: camel
issues:
# Revive rules that are disabled by default.
include:
Expand Down

0 comments on commit f383f2d

Please sign in to comment.