forked from spryker-shop/suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.githook
21 lines (19 loc) · 780 Bytes
/
.githook
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config:
phpstan:
level: 4
config: phpstan.neon
additionalDirectories:
- tests/
architecture:
priority: 2
preCommitFileCommands:
- GitHook\Command\FileCommand\PreCommit\CodeStyleCheckCommand
- GitHook\Command\FileCommand\PreCommit\PhpStanCheckCommand
- GitHook\Command\FileCommand\PreCommit\ArchitectureCheckCommand
- GitHook\Command\FileCommand\PreCommit\DependencyViolationCheckCommand
- GitHook\Command\FileCommand\PreCommit\StreamSpecific\Glue\CodeStyleCheckCommand
- GitHook\Command\FileCommand\PreCommit\StyleLintCommand
- GitHook\Command\FileCommand\PreCommit\TsLintCommand
- GitHook\Command\FileCommand\PreCommit\FrontendFormatterCommand
preCommitRepositoryCommands:
- GitHook\Command\RepositoryCommand\PreCommit\GitAddCommand