-
Combine `run_before_push.sh` and `pre-push.sh` into a single script.
Rationale: [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)
-
Hi,
I run the following code with two overlapping quadrilaterals:
```
using Clipper
path1 = Vector{IntPoint}()
mag = 2
pres = 8
push!(path1, IntPoint(0.0, 0.0, mag, pres))
push!(path1, Int…
-
We should have this in Nixpkgs for https://github.com/NixOS/nixpkgs/pull/326407. Here are some notes for that:
- For every push/commit, it should verify that changed and new files are formatted
…
-
Following up to the changes made in #513, we need to modify our pre-commit and pre-push hooks. The problem is that the pre-commit hook will run `rustfmt` using the stable toolchain (as that's the one …
ebma updated
2 months ago
-
I know there's been some discussion around support for `--no-verify` for pre-commit hooks, and the consensus was not to include additional checkboxes, which I think is a good idea.
In my case, I ha…
-
### Question
The [pre-commit integration docs](https://pylint.pycqa.org/en/latest/user_guide/installation/pre-commit-integration.html#pre-commit-integration) helpfully say:
> [..] pylint -- due to…
-
- Add test cases involving end-to-end pipeline run.
- Currently test cases are run as pre-commit configuration. Need to make it as a pre-push or in github actions.
- yapf & i-sort should also be add…
-
**What is missing?**
We have ongoing issues where linting, codegen, CRD generation issues only show up post-push in CI. This is annoying and results in excessive CI runs and devs needing to check CI …
-
I have a pre-push hook which runs my tests and it works with `php artisan git-hooks:pre-push` command, but when actually pushing with the command `git push` I get the following error:
```bash
$ gi…
-
# Expected Behavior
In my case, I want to build multiarch image using below flow:
a. buildah manifest rm buildah-test1
b. buildah build --platform linux/amd64,linux/arm64 --manifest buildah-test1 -…