betterer
betterer copied to clipboard
betterer makes it easier to make incremental improvements to your codebase
We currently have a use case where we would like test coverage to increase by a certain deadline. If coverage does not increase, we would like to fail Betterer, prompting...
**Describe the bug** When setting a goal with Betterer. Once the goal is met (for example, `0 linting errors`), Betterer removes the last value from the cache. Once the value...
We're getting the following error in our pipeline: ``` $ /rocko/node_modules/.bin/betterer ci -- | | \ \| / _ _ _ | '-.ooo.-' \| \|__ ___\| \|_\| \|_ ___ _...
This adds an optional parameter to the configuration passed to the ESLint test factory which should allow overrides to be passed into eslint. Fixes: #1012
**Describe the bug** I'm testing betterer for our codebase (a single eslint rule, which you can see here #1171 ), and I'm trying the `--cache` option because adding 10+ seconds...
**Describe the bug** I only have a single eslint rule, which runs very quickly in eslint. Porting it over to betterer, it runs way slower in VSCode. Also, it only...
**Describe the bug** No Betterer problems appear on VS Code when the Betterer extension is installed **To Reproduce** I have initialized my Betterer project using `npx @betterer/cli init` and currently...
**Describe the bug** Betterer requires a `.git` directory **To Reproduce** Run `betterer ci` without a `.git` directory. **Expected behavior** I expected betterer to create a new results file and use...
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.18.20 to 7.36.4. Changelog Sourced from @microsoft/api-extractor's changelog. 7.36.4 Tue, 08 Aug 2023 07:10:39 GMT Version update only 7.36.3 Wed, 19 Jul 2023 00:20:31 GMT Patches Updated...
Super cool projects, love it. I think it would be good if the docs have more examples, what would be super cool is to have an example (or even test...