mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-26 21:54:13 +01:00
22 lines
421 B
JSON
22 lines
421 B
JSON
{
|
|
"config" : {
|
|
"bootstrap" : "lib/autoload.php"
|
|
},
|
|
"commit-msg" : {
|
|
"enabled" : true,
|
|
"actions" : []
|
|
},
|
|
"pre-commit" : {
|
|
"enabled" : true,
|
|
"actions" : [
|
|
{
|
|
"action" : "{$CONFIG|value-of:php-path} .make/git-hooks/pre-commit-php-code-style-fixer.php",
|
|
"config" : {
|
|
"label" : "PHP code style fixer",
|
|
"allow-failure": false
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|