From 7da116c32b8f54716069d16740ffb9af77d439ac Mon Sep 17 00:00:00 2001 From: Emiliano 'AlberT' Gabrielli Date: Fri, 16 Jun 2023 17:15:34 +0200 Subject: [PATCH] Update README.md Remove "forbid-submodules" hook, as it's not available in fact. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 9751c00..8455d58 100644 --- a/README.md +++ b/README.md @@ -135,9 +135,6 @@ Prevent addition of new git submodules. This is intended as a helper to migrate away from submodules. If you want to ban them entirely use `forbid-submodules` -#### `forbid-submodules` -forbids any submodules in the repository. - #### `mixed-line-ending` Replaces or checks mixed line ending. - `--fix={auto,crlf,lf,no}`