Skip to content

Commit

Permalink
Do not automatically lint data files
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Dec 31, 2024
1 parent db7fa8b commit 6379bac
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
__DIR__.'/tools',
])
->notPath([
'#PHPStan/.+/data/.+#',
'#.+/data/.+#',
])
->append([
__FILE__,
Expand Down
9 changes: 0 additions & 9 deletions tests/Collection/data/collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Nexus framework.
*
* (c) John Paul E. Balandan, CPA <[email protected]>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

namespace Nexus\Tests\Collection;

use Nexus\Collection\Collection;
Expand Down
9 changes: 0 additions & 9 deletions tests/Collection/data/iterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Nexus framework.
*
* (c) John Paul E. Balandan, CPA <[email protected]>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

namespace Nexus\Tests\Collection;

use Nexus\Collection\Collection;
Expand Down
9 changes: 0 additions & 9 deletions tests/Option/data/option.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* This file is part of the Nexus framework.
*
* (c) John Paul E. Balandan, CPA <[email protected]>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

namespace Nexus\Tests\Option;

use Nexus\Option\None;
Expand Down

0 comments on commit 6379bac

Please sign in to comment.