added some linter exclusions to let the monitor tool pass

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2024-04-04 14:34:04 +02:00
parent 270793eb7c
commit 86f56d2a80
No known key found for this signature in database

View File

@ -132,4 +132,10 @@ issues:
- revive
- path: docs/docs\.go
linters:
- revive
- revive
- path: monitor/mqtt_monitor_test\.go
linters:
- paralleltest
- path: monitor/.*\.go
linters:
- durationcheck