mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-01 20:33:29 +01:00
7 lines
144 B
YAML
7 lines
144 B
YAML
# Run only staticcheck for now. Additional linters will be enabled one-by-one.
|
|
linters:
|
|
enable:
|
|
- staticcheck
|
|
- govet
|
|
disable-all: true
|