Created
January 5, 2009 22:44
-
-
Save samaaron/43565 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
∴ /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