Merge pull request #210 from alexgridx/209-fix-linting-deprecation-warning
#209 fixes linting deprecation warning
This commit is contained in:
commit
52ec3e5f65
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ linters:
|
||||||
|
|
||||||
linters-settings:
|
linters-settings:
|
||||||
errcheck:
|
errcheck:
|
||||||
ignore: Close
|
exclude-functions:
|
||||||
|
- Close
|
||||||
|
|
||||||
issues:
|
issues:
|
||||||
exclude-use-default: false
|
exclude-use-default: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue