mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
fix: unused-parameter rule from revive (#8794)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
@@ -100,6 +100,8 @@ linters:
|
||||
- name: superfluous-else
|
||||
arguments:
|
||||
- preserve-scope
|
||||
- name: unused-parameter
|
||||
|
||||
testifylint:
|
||||
enable-all: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user