tahoe-lafs/misc/coding_tools
Brian Warner 36c57c74f4 make tox env for code-checks
This executes: check-debugging, check-interfaces, check-miscaptures,
find-trailing-spaces, check-umids, pyflakes.

Other changes:

* fix check-umids.py to take starting points. run it as `check-umids.py
  src` instead of `check-umids.py src/allmydata/*.py`
* check-debugging: rewrite in python to run from tox: tox doesn't like
  to run shell scripts.
* put check-interfaces.py last: it produces lots of warnings, but passes
  anyways. The others only produce significant output if they fail.
2016-08-19 17:42:05 -07:00
..
check-debugging.py make tox env for code-checks 2016-08-19 17:42:05 -07:00
check-interfaces.py misc/coding_tools/check-interfaces.py: clean-ups (warnings about Windows-specific modules and error stream handling). 2012-06-14 21:28:29 +00:00
check-miscaptures.py check-miscaptures.py: report the number of files that were not analysed due to syntax errors (and don't count them in the number of suspicious captures). refs #1555 2011-10-09 05:03:01 +00:00
check-umids.py make tox env for code-checks 2016-08-19 17:42:05 -07:00
coverage2el.py coverage2el.py: update to current coverage-3.7.1 API 2014-09-09 09:47:13 -07:00
coverage.el coverage tools: ignore errors, display lines-uncovered in elisp mode. Fix Makefile paths. 2010-08-04 00:11:31 -07:00
find-trailing-spaces.py setup: organize misc/ scripts and tools and remove obsolete ones 2010-06-06 22:16:18 -07:00
fixshebangs.py setup: organize misc/ scripts and tools and remove obsolete ones 2010-06-06 22:16:18 -07:00
graph-deps.py add misc/coding_tools/graph-deps.py, to visualize dependencies 2016-03-25 14:50:16 -07:00
make_umid setup: organize misc/ scripts and tools and remove obsolete ones 2010-06-06 22:16:18 -07:00
make-canary-files.py misc/coding_tools/make-canary-files.py: fix a suspicious capture reported by check-miscaptures (although it happens not to be a bug because the callback will be processed synchronously). refs #1556 2011-10-08 22:05:31 -07:00