Added global application config (config.yml) option
'php-censor.build.allow_public_artifacts' for allow/deny to generate public artifacts (PHPUnit code coverage html report, Pdepend html reports). Issue #107.
This commit is contained in:
parent
0fc2a66678
commit
2a933a7ecb
8 changed files with 82 additions and 47 deletions
|
|
@ -291,8 +291,9 @@ class InstallCommand extends Command
|
|||
],
|
||||
],
|
||||
'build' => [
|
||||
'remove_builds' => true,
|
||||
'writer_buffer_size' => 500,
|
||||
'remove_builds' => true,
|
||||
'writer_buffer_size' => 500,
|
||||
'allow_public_artifacts' => true,
|
||||
],
|
||||
'security' => [
|
||||
'disable_auth' => false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue