b1f8ac453b
feat!: base template * first bit of templating * codeowners * linuxbased * restart * baseline project * add grpc api and basic integration test * startqueue * queueMsg * splitscripts * migrations * queueintegrationtest * gateway
22 lines
291 B
YAML
22 lines
291 B
YAML
engines:
|
|
gofmt:
|
|
enabled: true
|
|
golint:
|
|
enabled: true
|
|
govet:
|
|
enabled: true
|
|
|
|
exclude_patterns:
|
|
- ".github/"
|
|
- "vendor/"
|
|
- "codegen/"
|
|
- "*.yml"
|
|
- ".*.yml"
|
|
- "*.md"
|
|
- "Gopkg.*"
|
|
- "doc.go"
|
|
- "type_specific_codegen_test.go"
|
|
- "type_specific_codegen.go"
|
|
- ".gitignore"
|
|
- "LICENSE"
|