Skip to content

Commit c7337b5

Browse files
committed
Lint: add use-any
1 parent 1f5b1fd commit c7337b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ linters:
3131
- ["DTO"] # DenyList
3232
- name: unused-parameter
3333
disabled: false
34+
- name: use-any
35+
disabled: false
3436
testifylint:
3537
disable:
3638
- require-error

0 commit comments

Comments
 (0)