update linter settings (#4790)

This commit is contained in:
Alessandro Ros 2025-07-26 16:44:32 +02:00 committed by GitHub
parent 7ac752097b
commit d423a71aaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
52 changed files with 320 additions and 225 deletions

View file

@ -113,7 +113,7 @@ func (s *Source) Run(params defs.StaticSourceRunParams) error {
for {
select {
case err := <-waitErr:
case err = <-waitErr:
c.Close()
return err