Merge pull request #210 from alexgridx/209-fix-linting-deprecation-warning

#209 fixes linting deprecation warning
This commit is contained in:
Alex 2024-09-20 11:41:14 +02:00 committed by GitHub
commit 52ec3e5f65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,8 @@ linters:
linters-settings:
errcheck:
ignore: Close
exclude-functions:
- Close
issues:
exclude-use-default: false