1#!/usr/bin/env python3
2
3"""Static code analysis. Fail if more than an arbitrary number of errors found.
4
5Run using xxx for a more detailed analysis.
6
7Checks:
8
9 python
10 pylint
11 doctest
12 codetest
13 some others?
14
15 css
16
17 js
18
19 html + django
20
21 django project
22
23 text
24
25 rst
26
27 spelling
28
29 file lint
30
31 git lint
32"""