cli
cli copied to clipboard
A CLI to run all kinds of code quality measurements to align your team with company goals
### What happened? I ran `code-pushup collec --onlyPlugins non-existing-plugin` and an empty report appeared in the terminal ### What would you expect to happen? A warning ahould show up in...
### User story As a developer, I find the current logging logic to be more complex than it needs to be. I want one central point for handling logging results,...
The CLI need can improve in UX when we link the report source file issues to the related file. If we click the link alter we should either open up...
## Current behaviour Currently, the categories become an empty array if not passed inside core config middleware. TypeScript complains about this inconsistency later on because in `CoreConfig` type, they are...
The `react-todos-app` is used in E2E tests for testing ESLint plugin among others. But since a lot of recommended ESLint rules are included, the test snapshots are quite large and...
related to #191
As a user I want to also provide floating numbers as audit value. - value should accept - int - float
Currently, an integration test in example lighthouse plugin creates and leaves a new file in the root folder - `lighthouse-report.json`. This file should not persist after the test has finished....
As a contributor, I often come across sorting. I want to have `toSorted` at my disposal to avoid mutability or having to spread my arrays before sorting them. ## Acceptance...
The option `onlyPlugins` remove a whole category if 1 audit is included. This is no good DX as when debugging I want to see the category scores too. A potential...