commit 84bdb57f9e87a826284586b5d859d6bad70e29bd
parent 934064944e6f8f6a29fbe129f5f6fe39ac950bbf
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sun, 19 Aug 2018 08:48:23 -0400
Fix Makefile documentation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/{{cookiecutter.project_slug}}/Makefile b/{{cookiecutter.project_slug}}/Makefile
@@ -54,7 +54,7 @@ clean-test: ## remove test and coverage artifacts
rm -fr htmlcov/
rm -fr .pytest_cache
-lint: ## check style with flake8
+lint: ## check style with pylint
$(PIPENV) pylint --rcfile tests/pylintrc {{ cookiecutter.project_slug }} tests
test: ## run tests quickly with the default Python