Michael Hladky

Results 222 issues of Michael Hladky

### What happened? When I configure a audit slug for `skipAudits` in the plugin options the audit is filtered out from the plugin config audits but the listed audits still...

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

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

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

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

๐Ÿ’ก ๐Ÿงฉ core+cli: [TODO log verbose](https://github.com/flowup/quality-metrics-cli/blob/f872c4bef9faf586f78e4f18f9052f4f683e38b1/packages/cli/src/lib/autorun/command-object.ts#L13) All console logs should be either error related or wrapped in verbose helpers from here https://github.com/flowup/quality-metrics-cli/blob/main/packages/utils/src/lib/verbose-utils.ts related to #191

๐Ÿงฉ cli
๐Ÿงฉ core

The file helpers do not really scale at the moment. The current API of the `crawlFileSystem` function looks like this: ```ts export async function crawlFileSystem(options: { directory: string; pattern?: string...

โž• enhancement
๐Ÿค“ UX
๐Ÿ‘จโ€๐Ÿ”ฌ research
๐Ÿงฉ utils

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

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