Skip to content

Instantly share code, notes, and snippets.

@samaaron
Created January 6, 2009 22:51
Show Gist options
  • Save samaaron/44063 to your computer and use it in GitHub Desktop.
Save samaaron/44063 to your computer and use it in GitHub Desktop.
∴ /Users/sam/Downloads/Pygments-1.0
λ make
find . -name '*.pyc' -exec rm -f {} +
find . -name '*.pyo' -exec rm -f {} +
find . -name '*~' -exec rm -f {} +
pygments/__init__.py:21: line too long
pygments/formatters/img.py:114: "not found in registry'"
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
pygments/lexers/compiled.py:1000: line too long
pygments/lexers/compiled.py:1001: line too long
pygments/lexers/compiled.py:947: trailing whitespace
pygments/lexers/other.py:562: line too long
pygments/lexers/other.py:604: line too long
pygments/lexers/other.py:613: line too long
pygments/lexers/other.py:555: trailing whitespace
pygments/lexers/other.py:587: trailing whitespace
pygments/lexers/text.py:257: line too long
pygments/lexers/text.py:259: line too long
pygments/styles/tango.py:91: line too long
17 errors found.
make: *** [check] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment