acquia / blt

Acquia's toolset for automating Drupal 10 development, testing, and deployment.
https://docs.acquia.com/blt/
GNU General Public License v2.0
442 stars 394 forks source link

#4701: Add back PHP code sniffing in pre-commit hook #4702

Closed brunodbo closed 9 months ago

brunodbo commented 10 months ago

PHP code sniffing was removed from the pre-commit hook in https://github.com/acquia/blt/commit/552ff157a6b6de3c11207ed505a4ea5ca7b7053e. This commit adds it back to the pre-commit hook. Unless there is a reason not to - it's unclear why it was removed, there is no issue referenced on the commit where it was removed.

brunodbo commented 9 months ago

Closing this pull request, following @danepowell's comment in #4701.