1
0
Fork 0

Makefile: Drop a workaround for a pylint bug

The bug is no longer reproducible with
python3-pylint-2.1.1-2.fc29.noarch.

Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
This commit is contained in:
Ondřej Lysoněk 2019-02-19 15:32:48 +01:00
parent 2441fe6384
commit a5c39d83f3

View file

@ -215,8 +215,6 @@ test:
$(PYTHON) -m unittest discover tests
lint:
# --ignore commands.py is a workaround for
# https://bugzilla.redhat.com/show_bug.cgi?id=1613466
$(PYLINT) --ignore commands.py -E -f parseable tuned *.py
$(PYLINT) -E -f parseable tuned *.py
.PHONY: clean archive srpm tag test lint