cli
cli copied to clipboard
A CLI to run all kinds of code quality measurements to align your team with company goals
### User story In order to streamline approval process in enterprises which vet every NPM package, it helps if the Code PushUp CLI has as few external dependencies as possible....
### What happened? After finishing to setup code-pushup in my project i ran the command `npx code-pushup`. The command was successful but it never exited the process. To teminate the...
https://github.com/code-pushup/cli/wiki/Glossary#budget ### User story As a developer I want to lock in my improvements. I want to be able to set budgets for every Category/Plugin/Audit. Example implementation see [LHCI](https://github.com/GoogleChrome/lighthouse-ci/blob/083d6398555c5ccee0d8124b88700550a90ff320/docs/configuration.md?plain=1#L677) ###...
### What happened? I received different ESLint results locally and in Code PushUp report. ### What would you expect to happen? I expected the `no-magic-numbers` rule to be turned off...
The tests already maintain ready folder structure and eslint rules. To make the tests more stable and easier to test I suggest: - [ ] reduce the data set to...
# Problem Not all information is present in the terminal output. We should add a hint to mention that more information is visible in the md format of the report...
More context [here](https://github.com/code-pushup/cli/pull/314#discussion_r1405124252)
At the moment I can't add empty issues to a `AuditOutput`/`AuditReport`. This leads to code like this: ```typescript let auditOutput: AuditOutput = { slug: 'slug', score: 1, value: data.length, displayValue,...
The examples folder should contain examples with the focus on vide-pushup related things. The react app pulls in a lot of new dependencies. I suggest we keep the example app...
this can be used in the nx-plugin to extend from