Skip to content

Commit c0fb9c2

Browse files
committed
add tests
1 parent 6316b65 commit c0fb9c2

7 files changed

Lines changed: 1309 additions & 28 deletions

File tree

.golangci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ linters:
8484
- gocyclo
8585
- gocognit
8686

87+
# Allow weak random number generator for agent selection (not security-sensitive)
88+
- path: 'pkg/orchestrator/'
89+
linters:
90+
- gosec
91+
text: "G404:"
92+
8793
# Exclude specific errcheck/gosec cases where error handling is intentionally omitted
8894
- path: 'internal/version/version.go'
8995
linters:

0 commit comments

Comments
 (0)