Skip to content

Instantly share code, notes, and snippets.

@samaaron
Created January 5, 2009 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samaaron/43565 to your computer and use it in GitHub Desktop.
Save samaaron/43565 to your computer and use it in GitHub Desktop.
∴ /Users/sam/Development/pygments-main
λ make
find . -name '*.pyc' -exec rm -f {} +
find . -name '*.pyo' -exec rm -f {} +
find . -name '*~' -exec rm -f {} +
ez_setup.py:95: trailing whitespace
pygments/__init__.py:21: line too long
pygments/formatters/img.py:114: "not found in registry'"
pygments/lexers/agile.py:1213: trailing whitespace
pygments/lexers/compiled.py:944: line too long
pygments/lexers/compiled.py:946: line too long
pygments/lexers/compiled.py:948: line too long
pygments/lexers/compiled.py:975: line too long
8 errors found.
make: *** [check] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment