1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-04 23:57:20 +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