mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
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"
|