cli icon indicating copy to clipboard operation
cli copied to clipboard

A CLI to run all kinds of code quality measurements to align your team with company goals

Results 120 cli issues
Sort by recently updated
recently updated
newest added

### 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....

๐Ÿงฉ core

### 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...

๐Ÿ› bug
๐Ÿงฉ cli

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) ###...

๐Ÿงฉ cli

### 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...

๐Ÿ› bug
๐Ÿงฉ eslint-plugin

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...

๐Ÿ”ฌ testing
๐Ÿงน maintenance
๐Ÿงฉ eslint-plugin

# 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)

๐Ÿ“ˆ conformance

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,...

๐Ÿค“ UX
๐Ÿงฉ models

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...

๐Ÿ“– Project documentation
๐Ÿ”ฌ testing
๐Ÿงน maintenance

this can be used in the nx-plugin to extend from