Skip to content

Commit

Permalink
Update .golangci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: kannan-nic <[email protected]>
kannan-nic authored May 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8314842 commit 923c178
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -16,8 +16,12 @@ linters-settings:
# - github.com/dexidp/dex/connector
gci:
local-prefixes: github.com/dexidp/dex
skip-generated: false
custom-order: true
goimports:
local-prefixes: github.com/dexidp/dex
gofumpt:
module-path: <your module path>
exclude:
- path: '(.+)_test\.go'
- Append
@@ -40,7 +44,7 @@ linters:
- gci
- gochecknoinits
- gocritic
- gofmt
#- gofmt
#- gofumpt
- goimports
- goprintffuncname

0 comments on commit 923c178

Please sign in to comment.