mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-20 08:04:58 +00:00
copy config.yaml to docker image enable external usage of dashboard package gofmt fix comment use packr for assets add gobuffalo/packr dependency add dependencies fix pointer issues add output-file option
21 lines
286 B
YAML
21 lines
286 B
YAML
---
|
|
engines:
|
|
golint:
|
|
enabled: true
|
|
checks:
|
|
GoLint/Naming/MixedCaps:
|
|
enabled: false
|
|
govet:
|
|
enabled: true
|
|
gofmt:
|
|
enabled: true
|
|
fixme:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.go"
|
|
exclude_paths:
|
|
- "**/*_test.go"
|
|
- "*_test.go"
|
|
- "fixtures/"
|