annotate Makefile @ 115:16d69eb6e047

Add support for XML fragments to the {{{xmlio}}} module, so that build output and reports don't need to be nested in a meaningless element (such as {{{<log type="distutils"><messages><message ...>}}}).
author cmlenz
date Sun, 07 Aug 2005 10:03:56 +0000
parents 196009657e5e
children 4289fa18de0f
rev   line source
0
0b2a3581c48d Import initial ''bitten'' source.
cmlenz
parents:
diff changeset
1 PYLINT_MSGS = C0101,E0201,E0213,W0103,W0704,R0921,R0923
4
196009657e5e Simplify the recipe commands interface:
cmlenz
parents: 3
diff changeset
2 PYTHONPATH = .
0
0b2a3581c48d Import initial ''bitten'' source.
cmlenz
parents:
diff changeset
3
3
9ac0ee86ec7c Some cleanup to the recipe commands and reporters.
cmlenz
parents: 0
diff changeset
4 all: pylint
0
0b2a3581c48d Import initial ''bitten'' source.
cmlenz
parents:
diff changeset
5
0b2a3581c48d Import initial ''bitten'' source.
cmlenz
parents:
diff changeset
6 pylint:
4
196009657e5e Simplify the recipe commands interface:
cmlenz
parents: 3
diff changeset
7 PYTHONPATH=$(PYTHONPATH) pylint --parseable=y --disable-msg=$(PYLINT_MSGS) --ignore=tests bitten > build/pylint-results.txt
Copyright (C) 2012-2017 Edgewall Software