remove parallel
remove parallel to stabilize ci/cd
This commit is contained in:
+1
-4
@@ -17,7 +17,7 @@ linters:
|
||||
- cyclop
|
||||
- unused
|
||||
- usetesting
|
||||
- paralleltest
|
||||
# - paralleltest # Disabled to prevent race conditions in CI
|
||||
- bodyclose # Check HTTP response bodies are closed
|
||||
- gochecknoinits # Disallow `init` functions
|
||||
# - gocritic # Advanced style/performance checks
|
||||
@@ -55,9 +55,6 @@ linters-settings:
|
||||
|
||||
issues:
|
||||
exclude-rules:
|
||||
- path-except: ^test/
|
||||
linters:
|
||||
- paralleltest
|
||||
- path: cmd/metricsExample_test/main\.go
|
||||
linters:
|
||||
- gosec
|
||||
|
||||
Reference in New Issue
Block a user