mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
13 lines
203 B
YAML
13 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
|