blob: e20e03135778bea2177c0b6144b607084f51c3d1 [file] [log] [blame]
#!/usr/bin/env python
import sys
from pylint import lint
lint.Run(sys.argv[1:])