Skip to content

Commit

Permalink
Makefile: 'make flake8' tests the entire codebase
Browse files Browse the repository at this point in the history
It is safer and just as fast to have flake8 test the entire codebase.
  • Loading branch information
cclauss committed Aug 30, 2018
1 parent c1866f1 commit af26369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -271,7 +271,7 @@ app-tarball: git-cola.app
$(MARKDOWN) $< >$@

flake8:
$(FLAKE8) $(FLAKE8_FLAGS) $(PYTHON_SOURCES) $(PYTHON_DIRS)
$(FLAKE8) $(FLAKE8_FLAGS) .
.PHONY: flake8

pylint3k:
Expand Down

0 comments on commit af26369

Please sign in to comment.