mirror of
https://github.com/paralus/paralus.git
synced 2026-02-14 17:49:51 +00:00
13 lines
251 B
YAML
13 lines
251 B
YAML
linters:
|
|
# Disable all linters untill all errors are fixed.
|
|
disable-all: true
|
|
# uncomment as we fix the linting issues
|
|
enable:
|
|
# - errcheck
|
|
# - gosimple
|
|
# - govet
|
|
# - staticcheck
|
|
- unused
|
|
# - ineffassign
|
|
- misspell
|