13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(php -l:*)",
|
|
"Bash(./vendor/bin/phpunit --testdox)",
|
|
"Bash(./vendor/bin/php-cs-fixer fix:*)",
|
|
"Bash(ddev logs:*)",
|
|
"Bash(/opt/homebrew/bin/php-cs-fixer fix:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
}
|