Skip to content

Commit 3a4f9a7

Browse files
committed
Added wiki links in pre commit configs
1 parent 912cffa commit 3a4f9a7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# In general, this file should be able to be used as-is in other repos
22
# such as wolfi-dev/os, enterprise-packages, and extra-packages,
33
# and can be assumed to be the "source of truth" for our pre-commit rules.
4+
# See https://eng.inky.wtf/docs/technical/git/pre-commit for info on how to edit this file.
45
repos:
56
- repo: https://github.com/chainguard-dev/pre-commit-hooks
67
rev: e4f3bba353cc583ce73f660dcf217e245fd681d3

.pre-commit-hooks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# See https://eng.inky.wtf/docs/technical/git/pre-commit for info on how to edit this file.
12
- id: check-for-epoch-bump
23
name: Checks that package yaml files have epoch bumps compared to main
34
description: Helps to prevent any accidental forgotten epoch bumps so packages rebuild properly

0 commit comments

Comments
 (0)