Dropped PreProcessor

This commit is contained in:
Dylan K. Taylor
2021-09-07 14:04:52 +01:00
parent 7276e9610c
commit 57e2b16139
8 changed files with 1 additions and 125 deletions

View File

@ -6,8 +6,6 @@ $finder = PhpCsFixer\Finder::create()
->in(__DIR__ . '/tests')
->in(__DIR__ . '/tools')
->notPath('plugins/DevTools')
->notPath('preprocessor')
->notContains('#ifndef COMPILE') //preprocessor will break if these are changed
->notName('PocketMine.php');
return (new PhpCsFixer\Config)