view Makefile @ 62:d108f780b76c

Fixes to the BEEP implementation: * Handle 'ERR' and 'NUL' messages as acknowledgements to sent messages (i.e. dealloc the message number). * When the peer disconnects without having closing any channels, close the channels automatically.
author cmlenz
date Tue, 28 Jun 2005 13:51:49 +0000
parents 196009657e5e
children 4289fa18de0f
line wrap: on
line source
PYLINT_MSGS = C0101,E0201,E0213,W0103,W0704,R0921,R0923
PYTHONPATH = .

all: pylint

pylint:
	PYTHONPATH=$(PYTHONPATH) pylint --parseable=y --disable-msg=$(PYLINT_MSGS) --ignore=tests bitten > build/pylint-results.txt
Copyright (C) 2012-2017 Edgewall Software