AstuteSource / chasten

:dizzy: Chasten Uses XML and XPATH to Check a Python Program's AST for Specified Patterns!
https://pypi.org/project/chasten/
GNU General Public License v2.0
7 stars 8 forks source link

Add total check count to `analyze` output #93

Closed CalebKendra closed 11 months ago

CalebKendra commented 11 months ago

Currently, when you use the analyze command of chasten you get an output of: Screenshot from 2023-10-23 09-06-06 This check gives a general overview of what checks passed and didn't, but it would be a lot easier to look at this text the total amount of checks that passed and the total amount of instances in each check that were found. A fix would be to add a line after each individual check and the checks as a whole in order to summarize the information given.