david-sarah
|
32262239e5
|
misc/coding_tools/check_interfaces.py: report all violations rather than only one for a given class, by including a forked version of verifyClass. refs #1474
|
2011-09-16 15:34:50 -07:00 |
|
david-sarah
|
9ca8ff7bfc
|
misc/coding_tools/check_interfaces.py: use os.walk instead of FilePath, since this script shouldn't really depend on Twisted. refs #1474
|
2011-09-16 14:26:33 -07:00 |
|
david-sarah
|
f1445ce0b2
|
misc/coding_tools/check-interfaces.py: reduce false-positives by adding Dummy* to the set of excluded classnames, and bench-* to the set of excluded basenames. refs #1474
|
2011-09-16 14:26:24 -07:00 |
|
david-sarah
|
417054aaba
|
Add a script 'misc/coding_tools/check-interfaces.py' that checks whether zope interfaces are enforced. Also add 'check-interfaces', 'version-and-path', and 'code-checks' targets to the Makefile. fixes #1474
|
2011-09-15 09:15:32 -07:00 |
|