mirror of
https://github.com/lukaszraczylo/git-velocity.git
synced 2026-07-13 07:47:36 +00:00
Additional checks on issues.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
run:
|
||||
timeout: 5m
|
||||
|
||||
linters:
|
||||
enable:
|
||||
- gosec
|
||||
- staticcheck
|
||||
|
||||
linters-settings:
|
||||
gosec:
|
||||
excludes: []
|
||||
confidence: low
|
||||
severity: medium
|
||||
|
||||
issues:
|
||||
exclude-dirs:
|
||||
- .repos
|
||||
- web
|
||||
exclude-dirs-use-default: true
|
||||
Reference in New Issue
Block a user