Michael Hladky
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...
### 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...
related to #191
As a user I want to also provide floating numbers as audit value. - value should accept - int - float
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...
๐ก ๐งฉ 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
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...
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) ###...
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...
# 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...