chore: disable some checks for clarity

This commit is contained in:
2026-01-07 09:46:20 +01:00
parent 87cc0ff68c
commit 365c9a8482

View File

@@ -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