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 0b30aee commit cecabf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ linters-settings:
decorder:
ignore-underscore-vars: true
revive:
rules:
- name: var-naming
arguments: [["traefik_session_max_age"], [], [{upperCaseConst=true}]]
disable:
- var-naming
linters:
enable-all: true
disable:
Expand Down

0 comments on commit cecabf4

Please sign in to comment.