mirror of
https://github.com/securego/gosec.git
synced 2025-03-17 20:57:54 +02:00
Disable dot-imports in revive linter
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
parent
4656817593
commit
55d7949601
@ -36,6 +36,10 @@ linters-settings:
|
||||
- standard
|
||||
- default
|
||||
- prefix(github.com/securego)
|
||||
revive:
|
||||
rules:
|
||||
- name: dot-imports
|
||||
disabled: true
|
||||
|
||||
run:
|
||||
timeout: 5m
|
||||
|
Loading…
x
Reference in New Issue
Block a user