Changed the pretty names of the result statuses and corrected variable names to match.

This commit is contained in:
Andrew Hamilton 2016-01-22 19:14:58 +00:00
parent 4be818cf25
commit 9da1bb3dbb
5 changed files with 67 additions and 67 deletions

2
TODO
View file

@ -8,7 +8,6 @@ Todo
- Need to use conventional version numbers for pypi. See pep0440.
- Add ESC as an alternative to 'q' for quit. If looking at Help, ESC should just
exit the help screen.
- Statuses' pretty names and variable names don't match.
- Report on python doctests. (also coverage of)
- Treat any compressed file as though it is uncompressed. But the metadata tool
should still report on the original compressed file.
@ -155,6 +154,7 @@ Done
- Simplify coloring of mccabe. Just color functions with complexity greater than 10.
- Add rich LSCOLORS if the environment variable is not set.
- Use perldoc on pod files.
- Statuses' pretty names and variable names don't match.
A-syntax, B-tests, C-auto docs, D-lint, E-coverage, F-profile, G-tidy, H-import deps
A B C D E F G H