Simplify coloring of mccabe.

Just color lines with greater than 10 complexity.
This commit is contained in:
Andrew Hamilton 2016-01-22 00:05:37 +00:00
parent 721cc28d03
commit c72a163cfc
2 changed files with 4 additions and 5 deletions

2
TODO
View file

@ -16,7 +16,6 @@ Todo
- Determine if perl files are perl5 or perl6.
- Use perldoc on pod files.
- Add rich LSCOLORS if the environment variable is not set.
- Simplify coloring of mccabe. Just color functions with complexity greater than 10.
- Add bandit tool for python.
@ -155,6 +154,7 @@ Done
- Add means to pause and unpause all current jobs.
- Colourise mccabe.
- Have a sandbox for unsafe (or all) tools.
- Simplify coloring of mccabe. Just color functions with complexity greater than 10.
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