@@ -17,34 +17,43 @@ are stored in source control. You can also easily
17
17
[ add your existing hook scripts] ( #adding-existing-git-hooks ) without writing
18
18
any Ruby code.
19
19
20
- * [ Requirements] ( #requirements )
21
- * [ Dependencies] ( #dependencies )
22
- * [ Installation] ( #installation )
23
- * [ Automatically Install Overcommit Hooks] ( #automatically-install-overcommit-hooks )
24
- * [ Usage] ( #usage )
25
- * [ Continuous Integration] ( #continuous-integration )
26
- * [ Configuration] ( #configuration )
27
- * [ Hook Options] ( #hook-options )
28
- * [ Hook Categories] ( #hook-categories )
29
- * [ Gemfile] ( #gemfile )
30
- * [ Plugin Directory] ( #plugin-directory )
31
- * [ Signature Verification] ( #signature-verification )
32
- * [ Built-In Hooks] ( #built-in-hooks )
33
- * [ CommitMsg] ( #commitmsg )
34
- * [ PostCheckout] ( #postcheckout )
35
- * [ PostCommit] ( #postcommit )
36
- * [ PostMerge] ( #postmerge )
37
- * [ PostRewrite] ( #postrewrite )
38
- * [ PreCommit] ( #precommit )
39
- * [ PrePush] ( #prepush )
40
- * [ PreRebase] ( #prerebase )
41
- * [ Repo-Specific Hooks] ( #repo-specific-hooks )
42
- * [ Adding Existing Git Hooks] ( #adding-existing-git-hooks )
43
- * [ Security] ( #security )
44
- * [ Contributing] ( #contributing )
45
- * [ Community] ( #community )
46
- * [ Changelog] ( #changelog )
47
- * [ License] ( #license )
20
+ - [ Requirements] ( #requirements )
21
+ - [ Windows] ( #windows )
22
+ - [ Dependencies] ( #dependencies )
23
+ - [ Installation] ( #installation )
24
+ - [ Automatically Install Overcommit Hooks] ( #automatically-install-overcommit-hooks )
25
+ - [ Usage] ( #usage )
26
+ - [ Skipping Hooks] ( #skipping-hooks )
27
+ - [ Disabling Overcommit] ( #disabling-overcommit )
28
+ - [ Disabling Colorized Output] ( #disabling-colorized-output )
29
+ - [ Continuous Integration] ( #continuous-integration )
30
+ - [ Configuration] ( #configuration )
31
+ - [ Hook Options] ( #hook-options )
32
+ - [ Hook Categories] ( #hook-categories )
33
+ - [ The ` ALL ` Hook] ( #the-all-hook )
34
+ - [ Gemfile] ( #gemfile )
35
+ - [ Plugin Directory] ( #plugin-directory )
36
+ - [ Quiet Hook Runs] ( #quiet-hook-runs )
37
+ - [ Concurrency] ( #concurrency )
38
+ - [ Signature Verification] ( #signature-verification )
39
+ - [ Built-In Hooks] ( #built-in-hooks )
40
+ - [ CommitMsg] ( #commitmsg )
41
+ - [ PostCheckout] ( #postcheckout )
42
+ - [ PostCommit] ( #postcommit )
43
+ - [ PostMerge] ( #postmerge )
44
+ - [ PostRewrite] ( #postrewrite )
45
+ - [ PreCommit] ( #precommit )
46
+ - [ WARNING: pre-commit hooks cannot have side effects] ( #warning-pre-commit-hooks-cannot-have-side-effects )
47
+ - [ PrePush] ( #prepush )
48
+ - [ PreRebase] ( #prerebase )
49
+ - [ Repo-Specific hooks] ( #repo-specific-hooks )
50
+ - [ Adding Existing Git Hooks] ( #adding-existing-git-hooks )
51
+ - [ Security] ( #security )
52
+ - [ Disabling Signature Checking] ( #disabling-signature-checking )
53
+ - [ Contributing] ( #contributing )
54
+ - [ Community] ( #community )
55
+ - [ Changelog] ( #changelog )
56
+ - [ License] ( #license )
48
57
49
58
## Requirements
50
59
@@ -561,6 +570,7 @@ issue](https://github.com/sds/overcommit/issues/238) for more details.
561
570
* [SemiStandard](lib/overcommit/hook/pre_commit/semi_standard.rb)
562
571
* [ShellCheck](lib/overcommit/hook/pre_commit/shell_check.rb)
563
572
* [SlimLint](lib/overcommit/hook/pre_commit/slim_lint.rb)
573
+ * [Sorbet](lib/overcommit/hook/pre_commit/sorbet.rb)
564
574
* [Sqlint](lib/overcommit/hook/pre_commit/sqlint.rb)
565
575
* [Standard](lib/overcommit/hook/pre_commit/standard.rb)
566
576
* [Stylelint](lib/overcommit/hook/pre_commit/stylelint.rb)
0 commit comments