We recently had a file where scanning a single file takes > 40s [RectangleTest.php.txt](https://github.com/squizlabs/PHP_CodeSniffer/files/1346274/RectangleTest.php.txt) We've made some analysis why this was done https://www.drupal.org/node/2911280#comment-12270785 I'm wondering whether it would be possible to fix this in phpcs itself? For now we have a custom fix which involves moves the data to a json file.