mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
drop php cs fixer
This commit is contained in:
@@ -29,7 +29,6 @@ $className = ask('Class name', $className);
|
||||
$description = ask('Package description', "This is my package {$packageSlug}");
|
||||
|
||||
$usePhpStan = confirm('Enable PhpStan?', true);
|
||||
$usePhpCsFixer = confirm('Enable PhpCsFixer?', true);
|
||||
$usePint = confirm('Enable Pint?', true);
|
||||
$useUpdateChangelogWorkflow = confirm('Use automatic changelog updater workflow?', true);
|
||||
|
||||
@@ -83,11 +82,6 @@ foreach ($files as $file) {
|
||||
};
|
||||
}
|
||||
|
||||
if (! $usePhpCsFixer) {
|
||||
safeUnlink(__DIR__ . '/.php_cs.dist.php');
|
||||
safeUnlink(__DIR__ . '/.github/workflows/php-cs-fixer.yml');
|
||||
}
|
||||
|
||||
if (! $usePint) {
|
||||
safeUnlink(__DIR__ . '/pint.json');
|
||||
safeUnlink(__DIR__ . '/.github/workflows/pint.yml');
|
||||
|
||||
Reference in New Issue
Block a user