Files
paralus/.golangci.yml
2024-04-25 12:16:15 +05:30

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