How would I start integrating pyflakes with Hudson
Posted
by dd
on Stack Overflow
See other posts from Stack Overflow
or by dd
Published on 2010-03-13T00:46:18Z
Indexed on
2010/03/13
0:47 UTC
Read the original article
Hit count: 275
We use Hudson for continuous integration with the Violations Plugin which parses our output from pylint. However, pylint is a bit too strict, and hard to configure. What we'd rather use is pyflakes which would give us the right level of "You're doing it wrong."
© Stack Overflow or respective owner