I'm using the CodeClimate CLI to perform analysis of a codebase I've inherited, and, while it certainly works, its output is quite limited.
For example, when it says
23-30: Similar code found in 4 other locations (mass = 27) [duplication]
It would be nice if it said which 4 other locations, and showed a small code snippet.
Is there a way to get more verbose output?