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 169 cli issues
Sort by recently updated
recently updated
newest added

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

๐Ÿ› bug

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

๐Ÿงน maintenance

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

๐Ÿ†˜ help wanted
โž• enhancement
๐Ÿงฉ utils
๐Ÿ’ก good first issue
๐Ÿ›๏ธ epic

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

โž• enhancement

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

๐Ÿ”ฌ testing

related to #191

๐Ÿ”ฌ testing
๐Ÿงฉ models
๐Ÿ’ก good first issue

As a user I want to also provide floating numbers as audit value. - value should accept - int - float

โž• enhancement
๐Ÿงฉ models

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

๐Ÿ”ฌ testing
๐Ÿงฉ lighthouse-plugin

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

โž• enhancement

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

๐Ÿ› bug
๐Ÿงฉ cli