Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick0308 committed Oct 4, 2023
1 parent fb074c1 commit 0b30aee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ linters-settings:
extra-rules: true
decorder:
ignore-underscore-vars: true

revive:
rules:
- name: var-naming
arguments: [["traefik_session_max_age"], [], [{upperCaseConst=true}]]
linters:
enable-all: true
disable:
Expand Down

0 comments on commit 0b30aee

Please sign in to comment.