Adam Moss

Results 53 comments of Adam Moss

If you can point my in the right direction (not used `python` much) I'm happy to have a crack at this 👍

This would be an useful feature, and would avoid the need to specify `--folders-to-skip` and `--files-to-skip` which can be a challenge to get right if processing lots of repos.

Agree that is a simpler approach more generally 👍

`markdownlint-cli2` is now available in `brew` via https://github.com/Homebrew/homebrew-core/commit/41a41a38044b7ad8bb0efa96bf01533c8433e3f6 I'll look at some further automation around this but I suspect the bump bot may pick it up automagically.

Sure. can do 👍

True, #558 would make this redundant

GitLab has 2 approval mechanisms, approval rules, which (as long as not disable in settings) renovate correctly sets to 0 and can automerge. The other is in the Protected Branches...

Another solution available at https://gitlab.com/adam-moss/pre-commit-hooks This uses a `commit-msg` hook to run a simple script that uses `git interpret-trailers --trailer` to add the sha256 checksum of the `.pre-commit-config.yaml` file. This...

Just wondering if this is likely to be merged?

Additional to the above, and a total edge case, but the following error is raised when the repo is essentially empty (i.e. `git init` but no `git commit` has been...