]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Add a unit test for the ice cream cone solution.
[dunshire.git] / makefile
index 95eb2075a047c007a046684e3790c711ba27132c..fa29cf8d7dbb80cb81d3e10b3e6b86f1f871754a 100644 (file)
--- a/makefile
+++ b/makefile
@@ -8,7 +8,7 @@ check:
 lint:
        PYTHONPATH="$(SRCDIR)" pylint \
                --reports=n \
-               --good-names='b,c,h,A,C,G,_K,_L,indented_L' \
+               --good-names='b,c,e1,e2,h,A,C,G,K,_K,L,L_matrix,_L,indented_L' \
                $(SRCDIR)/*.py
 
 .PHONY: clean