mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Disable dot-imports in revive linter
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
parent
4656817593
commit
55d7949601
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ linters-settings:
|
|||
- standard
|
||||
- default
|
||||
- prefix(github.com/securego)
|
||||
revive:
|
||||
rules:
|
||||
- name: dot-imports
|
||||
disabled: true
|
||||
|
||||
run:
|
||||
timeout: 5m
|
||||
|
|
Loading…
Reference in a new issue