1
0
Fork 0

chore: update linter

This commit is contained in:
Ludovic Fernandez 2021-11-04 09:50:11 +01:00 committed by GitHub
parent b39d226fb8
commit 596f04eae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 5 deletions

View file

@ -96,6 +96,10 @@
"godox", # Too strict
"forcetypeassert", # Too strict
"tagliatelle", # Not compatible with current tags.
"varnamelen", # not relevant
"nilnil", # not relevant
"ireturn", # not relevant
"contextcheck", # too many false-positive
]
[issues]