Commit graph

22 commits

Author SHA1 Message Date
4be818cf25 Use perldoc on pod and perl6 files. 2016-01-23 01:43:47 +00:00
7c66d6959d Use nice colors for coloring files when LS_COLORS is not set. 2016-01-22 12:49:43 +00:00
c72a163cfc Simplify coloring of mccabe.
Just color lines with greater than 10 complexity.
2016-01-22 00:05:37 +00:00
721cc28d03 Run all tools in a filesystem sandbox 2016-01-21 23:22:42 +00:00
4d0a03cc16 coding style
Removed dead code.
2016-01-10 18:29:52 +00:00
eb9db73d3d coding style 2016-01-09 21:26:34 +00:00
967d1d17f9 If the mccabe complexity is greater than 10 return the failure status, otherwise success. 2016-01-09 19:18:31 +00:00
57ac3f909a Colorize mccabe.
Highlight the functions with the highest complexity by coloring them in yellow.
2016-01-09 16:11:45 +00:00
0239c19e7e Add perl6 syntax checking.
Still need to determine if pl, pm or t files are perl5 or perl6.
2016-01-04 01:44:24 +00:00
150e13e710 Set missing dependencies of metadata tool 2016-01-02 09:57:30 +00:00
c83b24575c coding style
Reorder the tools to the same order as in the tools_for_extension function
2016-01-02 00:45:40 +00:00
f7139c92a5 Dependencies must be listed for all tools, even if there are none. 2016-01-02 00:19:46 +00:00
8e6a80c60a Detect python2 files and run python2 versions of the tools against them 2016-01-02 00:13:28 +00:00
3e9601033a Include the python_gut tool 2016-01-01 17:55:43 +00:00
5b894d85b0 Update copyright dates 2016-01-01 17:06:28 +00:00
4dd8915312 Fix program crashing when LS_COLORS environment variable doesn't exist.
Now using the default colors, but they're not quite right yet...
2015-12-30 00:52:54 +00:00
da280ea9b2 coding style 2015-12-30 00:45:53 +00:00
39fd37dc6f coding style
Remove some dead code
2015-12-29 23:11:47 +00:00
be36f222b2 Reenable python3-mccabe. 2015-12-24 12:01:51 +00:00
9472c8bc10 Colorize the coverage report 2015-12-23 18:21:58 +00:00
05732fa20e _filemode was leftover from python2 backwards compatibility 2015-12-19 12:39:16 +00:00
fc4b2ced58 Initial commit 2015-12-14 18:03:11 +00:00