Skip to content

Instantly share code, notes, and snippets.

View PatrickSchiffmann's full-sized avatar

Patrick Schiffmann PatrickSchiffmann

View GitHub Profile
@gregorynicholas
gregorynicholas / pylint-recursive.py
Created July 20, 2012 17:53
Module that runs pylint on all python scripts found in a directory tree..
#! /usr/bin/env python
'''
Module that runs pylint on all python scripts found in a directory tree..
'''
import os
import re
import sys
total = 0.0