chore: disable some checks for clarity
This commit is contained in:
@@ -36,7 +36,6 @@ linters:
|
|||||||
- name: error-naming
|
- name: error-naming
|
||||||
- name: var-naming
|
- name: var-naming
|
||||||
- name: if-return
|
- name: if-return
|
||||||
- name: exported
|
|
||||||
- name: context-as-argument
|
- name: context-as-argument
|
||||||
- name: errorf
|
- name: errorf
|
||||||
- name: unexported-return
|
- name: unexported-return
|
||||||
@@ -60,7 +59,7 @@ linters:
|
|||||||
check-type-assertions: true
|
check-type-assertions: true
|
||||||
|
|
||||||
staticcheck:
|
staticcheck:
|
||||||
checks: ["all", "-SA1019"]
|
checks: ["all", "-SA1019", "-ST1000", "-ST1020"]
|
||||||
|
|
||||||
goconst:
|
goconst:
|
||||||
min-len: 3
|
min-len: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user