Skip to content

Commit

Permalink
Makefile: add -- for pylint target
Browse files Browse the repository at this point in the history
Add -- to separate arguments from the tox command
for the pylint target. Otherwise it fails with
unrecognized arguments.

Signed-off-by: Albert Esteve <[email protected]>
  • Loading branch information
aesteve-rh committed Feb 21, 2023
1 parent d9c8530 commit 8dfd9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ gitignore:

.PHONY: pylint
pylint: tox
tox -e pylint \
tox -e pylint -- \
$(PYLINT_TARGETS)

execcmd:
Expand Down

0 comments on commit 8dfd9be

Please sign in to comment.