mitchspano / apex-trigger-actions-framework

A framework for partitioning, ordering, and bypassing trigger logic for applications built on Salesforce.
Apache License 2.0
503 stars 156 forks source link

Add PMD suppress statements #96

Closed mtchevalier closed 1 year ago

mtchevalier commented 1 year ago

Many of the classes in the source code throw errors for PMD. It would be nice for the necessary SuppressWarnings decorator be added to the source code for each class, to make initial deployment of this framework smoother for projects that leverage PMD.