From f4eac1a230efa5d2f8f0d7e879b00641db557253 Mon Sep 17 00:00:00 2001 From: Charles Marttinen Date: Fri, 19 Oct 2018 20:54:37 -0400 Subject: [PATCH] fix: Lint each module separately --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e8bcfeb..3dd839ef 100755 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ dev-install: pip install -r test-requirements.txt lint: - pylint ../pokeapi --load-plugins pylint_django + pylint config data pokemon_v2 --load-plugins pylint_django setup: python manage.py migrate --settings=config.local