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 used `onlyAudits: ['csp-xss']` in the lighthouse config object and run `nx code-pushup -- collect` i get the following error: ```bash ZodError: [ { "code": "custom", "message":...

๐Ÿ†˜ help wanted
โž• enhancement
๐Ÿงฉ core

### User story As a developer I want to be as productive as possible and reuse some of my category configurations. ATM the `configuration` generator does not provide this option...

โž• enhancement
๐Ÿงฉ nx-plugin
๐ŸŒŠ Nx

๐Ÿ”ฌ testing
๐Ÿงน maintenance

### User story For our current changelog flow we use conventional cimmits and the `conventional-changelog-angular@^7.0.0`package. This has a dependency to `@angular-devkit/build-angular@^17`. ### Acceptance criteria - [ ] Check if it...

๐Ÿ†˜ help wanted
๐Ÿฆพ CI/CD
๐Ÿงน maintenance
๐Ÿ“ˆ conformance

The `code-pushup` target needs to accept different commands so that the GitHub Action can use it - see https://github.com/code-pushup/github-action/issues/35#issuecomment-2248507862 - [ ] remove `autorun` from executor command - https://github.com/code-pushup/cli/blob/main/packages/nx-plugin/src/executors/autorun/executor.ts#L26 -...

๐Ÿงฉ nx-plugin
๐ŸŒŠ Nx

### User story As a user, I want to know what is going on inside the plugins. I want to see not only errors but also warnings and other valuable...

โž• enhancement
๐Ÿค“ UX

**Preconditions:** - #771 ### User story As a existing user of code-pushup in an Nx monorepo I want to be able to convert my configuration to a deferred setup. ###...

โž• enhancement
๐Ÿงฉ nx-plugin

### What happened? When I have a executor option like this: // target config i `project.json` ```json { "code-pushup": { "executor": "@code-pushup/nx-plugin:autorun", "options": { "persist" : { "outputDir": "my-dir", "filename":...

๐Ÿ› bug

### User story Nx 19 provides many helper functions for plugin generators. To not reimplement most of this code we have to migrate. ### Acceptance criteria - [ ] Nx...

### User story ATM we have to use the plugin like this: ```ts import lighthousePlugin from '@code-pushup/lighthouse-plugin'; import {DEFAULT_FLAGS} from 'chrome-launcher/dist/flags.js'; const config = { // ... await lighthousePlugin('https://github.com/code-pushup/cli/#readme', {...

โž• enhancement
๐Ÿค“ UX
๐Ÿงฉ lighthouse-plugin