Fixed naming (phpci -> php-censor)
This commit is contained in:
parent
4fee89fb80
commit
31f92327c1
76 changed files with 357 additions and 348 deletions
|
|
@ -104,7 +104,7 @@ class Pdepend implements Plugin
|
|||
$this->directory
|
||||
);
|
||||
|
||||
$config = $this->phpci->getSystemConfig('phpci');
|
||||
$config = $this->phpci->getSystemConfig('php-censor');
|
||||
|
||||
if ($success) {
|
||||
$this->phpci->logSuccess(
|
||||
|
|
|
|||
|
|
@ -151,6 +151,7 @@ class TechnicalDebt implements PHPCensor\Plugin, PHPCensor\ZeroConfigPlugin
|
|||
$files = [];
|
||||
|
||||
$ignores = $this->ignore;
|
||||
$ignores[] = '.php-censor.yml';
|
||||
$ignores[] = 'phpci.yml';
|
||||
$ignores[] = '.phpci.yml';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue