complexity
complexity copied to clipboard
A command line tool to identify complex code
No strong personal opinion, but I noticed the "complexity" name is already colonized in a few of the big repos (https://repology.org/project/complexity/versions) and figured it was worth a mention while this...
I try to write a script that clone GH repository, and compute some metrics (like LoC with Tokei, and complexity with your tool). Unfortunaltly, I was unable to get result...
`--only` is a flag that takes in a comma-separated list of file path substrings. The naming of the `--only` flag does not reflect quite well what it is for. Changing...
Compare 7a4d6cf (just before the switch to clap) [globbing works]: ``` ☁ complexity [7a4d6cf] cargo run -- --only src/**/*.rs Compiling complexity v0.4.2 (/Users/frederickmeissner/devprojects/complexity) Finished `dev` profile [unoptimized + debuginfo] target(s)...
The last release of complexity is 0.4.2 which is from March 2022. The [homebrew formula](https://github.com/thoughtbot/homebrew-formulae/blob/main/Formula/complexity.rb) points to 0.4.2. This means that there are newer commits that are not included when...