Quet down pylint.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 25 Jan 2022 21:08:37 +0000 (16:08 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 25 Jan 2022 21:08:37 +0000 (16:08 -0500)
Makefile

index 8cc3ca550d7cf84a52a40d9aa7b60e1f924abfea..e55c51f213f1de56a31442ec1f81e61b01533925 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ check: pylint
        cd test; $(MAKE) --quiet
 
 pylint:
        cd test; $(MAKE) --quiet
 
 pylint:
-       @pylint sst.py
+       @pylint --score=n sst.py
 
 clean:
        rm -f sst.6 sst.html
 
 clean:
        rm -f sst.6 sst.html