Fix golangci-lint config

There was a typo and non-existent config option in the linter config.

Because we don't verify the config it's easy to miss it.

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
Milos Gajdos 2025-03-29 20:42:18 -07:00
parent 75f32197b6
commit 3a33ba12ad
No known key found for this signature in database

View File

@ -23,6 +23,5 @@ linters-settings:
disabled: true
issues:
deadline: 2m
exlude-dirs:
exclude-dirs:
- vendor