No description
- Go 99.8%
- CSS 0.1%
audit: 14 -> 0 / verdict COMPLIANT.
go/git/git_test.go:
- runGitCmd / testGitCommand: exec.Command → process.RunWithOptions
- os.WriteFile / ReadFile → core.WriteFile / ReadFile (Result-shape)
- filepath.Join / Base → core.PathJoin / PathBase (1:1 rename)
- errors.New("X") → core.E("test", "X", nil) (1:1 with op slot)
go/repos/repos_test.go + service_test.go:
- Same patterns; testReposGitCommand / runGitCmd refactored.
- writeRegistry helper returns core.WriteFile/MkdirAll Result unwrapped.
go/agentci/security_test.go + security_example_test.go:
- TestSecurity_SecureSSHArgs_{Good,Bad,Ugly} + ExampleSecureSSHArgs
added for the new SecureSSHArgs helper introduced in
|
||
|---|---|---|
| .core | ||
| .github/workflows | ||
| docs | ||
| external | ||
| go | ||
| .gitignore | ||
| .gitmodules | ||
| .woodpecker.yml | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| go.work | ||
| go.work.sum | ||
| LICENCE | ||
| README.md | ||
| sonar-project.properties | ||