mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 22:05:43 +01:00
14 lines
201 B
YAML
14 lines
201 B
YAML
---
|
|
version: "2"
|
|
plugins:
|
|
golint:
|
|
enabled: true
|
|
checks:
|
|
GoLint/Naming/MixedCaps:
|
|
enabled: false
|
|
govet:
|
|
enabled: true
|
|
gofmt:
|
|
enabled: true
|
|
fixme:
|
|
enabled: true
|