all:
	pylint -j0 -f json files/simple.py | python -m json.tool > ./simple.json
