Skip to content

Instantly share code, notes, and snippets.

#! /usr/bin/env python
'''
Author: gregorynicholas (github), modified by Jacob Henderson (jacohend, github)
Module that runs pylint on all python scripts found in a directory tree..
'''
import os
import re
import sys