mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-04 23:57:20 +00:00
12 lines
203 B
YAML
12 lines
203 B
YAML
linters:
|
|
presets:
|
|
- bugs
|
|
- unused
|
|
enable:
|
|
- gofmt
|
|
- misspell
|
|
- revive
|
|
- stylecheck
|
|
disable:
|
|
# direnv is not a web server, context is not strictly necessary.
|
|
- noctx
|