17 lines
378 B
JSON
17 lines
378 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(go test ./...)",
|
|
"Bash(gofmt -w .)",
|
|
"Bash(go build ./...)",
|
|
"Bash(go vet ./...)",
|
|
"Bash(go test -count=1 -v -coverprofile=coverage.out ./...)",
|
|
"Bash(go tool cover -func=coverage.out)",
|
|
"Bash(tea issue:*)",
|
|
"Bash(go test:*)",
|
|
"Bash(npm test:*)",
|
|
"Bash(go vet:*)"
|
|
]
|
|
}
|
|
}
|