I work in a project with lots of other developers and the norm is that we only lint and format our own code, not legacy.
I'm trying to find a way to run phpcs on only my code or code that I am the git blame value, is this possible? I've been looking through Advanced Usage https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#ignoring-parts-of-a-file but I can't figure it out.