-
# ARTIQ Feature Request
## Problem this request addresses
Several minor issues/suggestions on `flake.nix` and `.gitignore`
- [ ] add `result` produced by `nix` to `.gitignore`, and refactor `.git…
-
This is not a bug in `gitlint` itself, but a problem caused by interaction with `pre-commit`: running `pre-commit autoupdate` updates `gitlint` hook in `.pre-commit-config.yaml` to `v0.19.0dev`. This …
-
- [ ] husky
- [ ] commit-msg script
```bash
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "bash .script/commit-msg.sh ${GIT_PARAMS}"
}
},
```
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
We're doing this in pre-commit hooks in most cases right now, but adding it to CI allows for contributors who may not install pre-commit hooks to not sneak through poor code.
- [x] Solidity.
- [ ]…
-
Steps to reproduce:
With the following `flake.nix`:
```nix
{
description = "Testing pre-commits";
inputs = {
flake-utils = {
type = "github";
owner = "numtide";
…
-
```
$ git --version
git version 2.3.8 (Apple Git-58)
$ sudo gem install pre-commit
Password:
Fetching: pluginator-1.3.0.gem (100%)
Successfully installed pluginator-1.3.0
Fetching: pre-commit-0.26.0.…
-
Hey,
thank you for the project,
I tried building archzfs and not the following log:
```
-> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
==> WARNING…
-
To enforce conventional commits (https://www.conventionalcommits.org/), we can make use of CommitLint.
https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventi…
-
While we have a [central `.clang-format` file for the tutorials](https://github.com/precice/tutorials/blob/develop/.clang-format), we also have such a file for the OpenFOAM solver in the partitioned h…