10.0.0
Alternatively, we could fix the sniff violations, but it's pretty common to just ignore settings files. Before this change, the same can be accomplished with these lines in `phpcs.xml`:
```xml
<!-- Ignore scaffolded Pantheon settings file. -->
<exclude-pattern>web/sites/default/settings.pantheon.php</exclude-pattern>
```
but it's better to have it taken care of upstream :) thank you! 🙏🏻