onflow/cadence-tools

[lint] Update auth account parameter analyzer

Opened this issue · 0 comments

SupunS commented

Issue To Be Solved

Update the "auth account parameter analyzer" to match new account type changes. Since AuthAccount no longer exists, the analyzer should probably check for auth(...) &Account typed-parameters.

TBD: What entitlements are allowed, and what entitlements should be reported?

The existing tests were disabled in #211.

  • Re-enable them once the analyzer is updated.