1
0
Fork 0

chore: upgrade linter

This commit is contained in:
Daniel Tomcej 2021-06-21 15:08:06 -07:00 committed by GitHub
parent 5841c9a7a5
commit 03b08d67f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -67,6 +67,7 @@
"scopelint", # Deprecated
"interfacer", # Deprecated
"maligned", # Deprecated
"golint", # Deprecated
"sqlclosecheck", # Not relevant (SQL)
"rowserrcheck", # Not relevant (SQL)
"lll", # Not relevant
@ -97,6 +98,7 @@
"unparam", # Too strict
"godox", # Too strict
"forcetypeassert", # Too strict
"tagliatelle", # Not compatible with current tags.
]
[issues]