Turn off a query that generates spurious errors

This commit is contained in:
Jean-Paul Calderone 2018-04-26 14:50:25 -04:00
parent 2bc4aa7d14
commit be0317632f

View File

@ -4,3 +4,9 @@ extraction:
- |
# https://discuss.lgtm.com/t/determination-of-python-requirements/974/4
sed -i 's/\("pyOpenSSL\)/\# Dependency removed for lgtm (see .lgtm.yml): \1/g' src/allmydata/_auto_deps.py
queries:
# This generates spurious errors for calls by interface because of the
# zope.interface choice to exclude self from method signatures. So, turn it
# off.
- exclude: "py/call/wrong-arguments"