cadence-tools
cadence-tools copied to clipboard
[lint] Update auth account parameter analyzer
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 https://github.com/onflow/cadence-tools/pull/211.
- [ ] Re-enable them once the analyzer is updated.