Unlink DevTools submodule and remove references

we don't need this as a submodule anymore, since it's not used in the core.
This commit is contained in:
Dylan K. Taylor
2023-07-20 11:29:06 +01:00
parent 1e1b95e1b8
commit 2ab3393568
4 changed files with 0 additions and 6 deletions

View File

@ -5,7 +5,6 @@ $finder = PhpCsFixer\Finder::create()
->in(__DIR__ . '/build')
->in(__DIR__ . '/tests')
->in(__DIR__ . '/tools')
->notPath('plugins/DevTools')
->notName('PocketMine.php');
return (new PhpCsFixer\Config)