EG:
/usr/local/cpython-3.6/bin/pylint --output-format=json t > test.json ./uniform-json2csv < test.json | ./to-table2 -d > table.html links -dump table.html +------------------------------------------------------------------------+ |column|line|message |module|obj|path|symbol |type | |------+----+---------------+------+---+----+-----------------+----------| |0 |4 |Trailing |t | |t |trailing-newlines|convention| | | |newlines | | | | | | |------+----+---------------+------+---+----+-----------------+----------| |0 |1 |Missing module |t | |t |missing-docstring|convention| | | |docstring | | | | | | +------------------------------------------------------------------------+
column  | 
            line  | 
            message  | 
            module  | 
            obj  | 
            path  | 
            symbol  | 
            type  | 
        
| 0 | 4 | Trailing newlines | t | t | trailing-newlines | convention | |
| 0 | 1 | Missing module docstring | t | t | missing-docstring | convention | 
You can e-mail the author with questions or comments: