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:
parent
2441fe6384
commit
a5c39d83f3
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue