codehawk-cli
codehawk-cli copied to clipboard
Codehawk is a static analysis tool for JavaScript projects.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Hi! Thanks for your interest in Codehawk CLI. There is now a much more robust and fast drop-in replacement: [FTA](https://github.com/sgb-io/fta). This project is in maintenance mode - no new features...
Today, codehack-cli produce a cli output and badges. Badges can be disabled by cli option. Like [nyc](https://istanbul.js.org/docs/advanced/alternative-reporters/) does, it could produce output depending on selected reporters : - html (like...
Like #58 suggest to use coverage as extra scoring metric, i remember static code analysis using change frequency or amount as metric to smell bad architecture design (and so low...
With metrics like : - Average project maintainability - Worst file maintainability - Worst complexity My goal : track maintainability over time with CI metrics.