view Makefile @ 4:196009657e5e

Simplify the recipe commands interface: * The implementation of a command is now located using a pseudo-protocol for namespace URIs. * Commands are simply module-level functions instead of components. * Remove dependency of the recipe/slave code on the Trac component architecture.
author cmlenz
date Mon, 06 Jun 2005 15:54:29 +0000
parents 9ac0ee86ec7c
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