-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/11664978687
## Patch information
Applied patches: 1 -> 2
A…
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/11664978687
## Patch information
Applied patches: 1 -> 1
A…
-
Sometimes when we calculate the Levenshtein distance we don't need the exact distance, we only want to know if the strings are similar enough.
```
sug.score = sd.getDistance(original, sug.string); …
-
It would be great if the API could return a validation status based on a Quality Gate
It should be able to load it from a sonarqube server
It could be able to use a cached version
It may be able…
-
Hi,
I just found this gem, installed it in my repo, but with the following settings in place (taken from the home page), the pre-commit hook will not prevent bad ruby code from being run.
My only ai…
-
Hi,
I am wondering if you were able to successfully extract `Trans` tags from the transpiled js files?
If I modify _src/shared/components/Features/index.tsx_ to look like this:
```
import React fr…
-
I'd like to be able to disable autopep8 by default, and enable on a per-repository basis.
I have the following:
~/.config/pep8:
[pep8]
select=None
$PROJECT/setup.cfg
[pe…
-
### Prerequisites
* [ ] Can you reproduce the problem with `Debug -> Reload Without Extensions`?
* [ ] Did you perform a cursory search to see if your bug or enhancement is already reported?
* [ …
-
I had the pleasure of chatting with @dkapper01 at [Code & Coffee St. Louis](https://www.eventbrite.com/e/code-coffee-st-louis-tickets-410970793707) today. We went over the steps to get ESLint and Pret…
-
- Type hints
- Auto lint (flake, black, prettier,..?)
- Documentation
- require py 3.6 and use f-strings for all the template code. Maybe even use a templating library if we introduce more recursion t…