freebsd-ports/.hooks
Tobias C. Berner 537c7c0004 framework: new hook to only allow 'default' files in category/port
This hooks enforces that all files in the top-directory of a port match:
  - .*\.mk
  - Makefile.*
  - distinfo.*
  - pkg-.*

An example error message would look like:

 [pre-commit] ERROR: invalid file 'Foo' in 'kate/editors'
             Consider moving non-standard files to files/ or force-ignore this hook.

Differential Revision: https://reviews.freebsd.org/D37387
2022-11-15 19:20:27 +01:00
..
pre-commit.d framework: new hook to only allow 'default' files in category/port 2022-11-15 19:20:27 +01:00
pre-commit framework: create a sub-directory to support multiple pre-commit hooks 2022-04-24 12:24:28 +02:00
prepare-commit-msg .hooks/prepare-commit-msg: Enhance commit-msg hook. 2021-06-04 13:57:25 +02:00