Lint rule for AmplifyUserError and AmplifyFault #1293
Labels
repo-infrastructure
Engineering label for issues related to repo infrastructure
tech-debt
Refactors, unsavory workarounds or other technical decisions that should be revisited later
Description
We should lint for the use of the
Error
base class and point developers to useAmplifyUserError
orAmplifyFault
instead.Using Error in tests or scripts should continue to be allowed
The text was updated successfully, but these errors were encountered: