cleanup: enable revive(range/error-naming) checking

Signed-off-by: Tianshuo Li <lts60892578@163.com>
This commit is contained in:
Tianshuo Li 2024-01-05 14:57:12 +08:00
parent 9a0f646c87
commit 320e3b1385
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ linters-settings:
- name: error-return
- name: receiver-naming
- name: increment-decrement
- name: range
- name: error-naming
staticcheck:
checks:
- all