go: test.json
	./this-pylint --which-2 None --which-3 /usr/local/cpython-3.6/bin/pylint --to-pylint uniform-json2csv
	./uniform-json2csv < test.json | ./to-table2 -d > table.html
	links -dump table.html

test.json: t
	/usr/local/cpython-3.6/bin/pylint --output-format=json t > test.json || true

clean:
	rm -f test.json table.html