fix: unused-parameter rule from revive (#8794)

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2025-04-30 11:17:24 +02:00
committed by GitHub
parent 573f35c810
commit 6562082e28
89 changed files with 155 additions and 163 deletions

View File

@@ -100,6 +100,8 @@ linters:
- name: superfluous-else
arguments:
- preserve-scope
- name: unused-parameter
testifylint:
enable-all: true