X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=eb080e72dc6f67ccbf4a13422142c368f9d0012f;hb=814799cbabf73a2551532afa7f9e7128d9ae7bba;hp=2ef17ef883fcd4175057c6e1a0481354e44d01d8;hpb=56ea961887d507114174af5f92b8c3c77b0b7a50;p=dunshire.git diff --git a/makefile b/makefile index 2ef17ef..eb080e7 100644 --- a/makefile +++ b/makefile @@ -4,8 +4,11 @@ check: .PHONY: lint lint: - PYTHONPATH="src/dunshire" pylint --reports=n src/dunshire/*.py + PYTHONPATH="src/dunshire" pylint \ + --reports=n \ + --good-names='b,c,h,A,C,G,_K,_L' \ + src/dunshire/*.py .PHONY: clean clean: - rm -r __pycache__ + rm -rf src/dunshire/__pycache__