cli
cli copied to clipboard
A CLI to run all kinds of code quality measurements to align your team with company goals
Using `fixtures` initialization with helper we could leverage `logger` in similar way it is used in CP server and database. It could be passed to the tests and we can...
> As an user, I want to be assured that all released packages are coming from notable source, to be able to trust the package I'm adopting into my project....
> As a developer, > I want always be sure I run e2e tests on packages that have been released from my latest code, > to be able to consistently...
### What happened? Next episode of JS-package plugin setup with Yarn v2, see #877 for the previous episode. The `yarnv2ToAuditResult` function does not handle the output from `yarn npm audit...
### What happened? I attempted to run `npx code-pushup` and got the following error: ``` Cannot create a string longer than 0x1fffffe8 characters ``` ### What would you expect to...
Most widely used seems [checkstyle](https://github.com/checkstyle/checkstyle) Another good candidate to consider is [spotbugs](https://github.com/spotbugs/spotbugs)
### User story As a developer I want to have a a tool that handles miss configuration or miss usage as graceful as possible while still helping me to understand...
Related to #888 ... sort of. I want to be able to evaluate our CI logs in a representative environment, which requires completing what @BioPhoton started in #1062. I split...
# Introduce `test-vitest-setup` project to handle test setup for vite tests --- ## PR1 - [x] Introduce project `test-vitest-setup` under the `testing` folder and add configuration. Copy the example linked...
### Metric 100+ web **accessibility** metrics provided by Axe (listed [here](https://dequeuniversity.com/rules/axe-devtools/3.0/)). ### User story [EAA](https://commission.europa.eu/strategy-and-policy/policies/justice-and-fundamental-rights/disability/union-equality-strategy-rights-persons-disabilities-2021-2030/european-accessibility-act_en) compliance is likely to be a growing concern in the coming years for companies based...