mirror of
https://github.com/stashapp/stash.git
synced 2026-04-25 16:35:21 +02: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
|