1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00
sops-nix/.golangci.yml
Jörg Thalheim 6b259336bd
Lint fixes (#539)
* fix various additional linter errors

* extend golangci checks
2024-04-18 16:19:26 +02:00

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