mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-06-14 21:08:38 +02:00
feat: improve python actions (#1083)
This commit is contained in:
+1
-20
@@ -5,39 +5,20 @@ linters:
|
||||
enable-all: true
|
||||
disable:
|
||||
# complexity
|
||||
- cyclop
|
||||
- gocognit
|
||||
- gocyclo
|
||||
- maintidx
|
||||
- nestif
|
||||
- funlen
|
||||
|
||||
# disable
|
||||
- bodyclose
|
||||
- depguard
|
||||
- dupl
|
||||
- err113
|
||||
- execinquery
|
||||
- exhaustruct
|
||||
- funlen
|
||||
- gochecknoglobals
|
||||
- gochecknoinits
|
||||
- goconst
|
||||
- godox
|
||||
- gomnd
|
||||
- gomoddirectives
|
||||
- ireturn
|
||||
- lll
|
||||
- makezero
|
||||
- mnd
|
||||
- paralleltest
|
||||
- perfsprint
|
||||
- prealloc
|
||||
- tagalign
|
||||
- tagliatelle
|
||||
- testpackage
|
||||
- varnamelen
|
||||
- wrapcheck
|
||||
- wsl
|
||||
linters-settings:
|
||||
gci:
|
||||
sections:
|
||||
|
||||
Reference in New Issue
Block a user