Closed evanweible-wf closed 12 months ago
No security relevant content was detected by automated scans.
aviary.yaml
coverage of security relevant codeQuestions or Comments? Reach out on Slack: #support-infosec.
QA +1
@Workiva/release-management-p
Motivation
AstVisitingSuggestor
makes it easy to write suggestors that resolve the AST by overridingshouldResolveAst()
, but we don't make it very easy to test those suggestors, especially on files that have imports.Changes
Add
PackageContextForTest
to help with this use case. See readme for details.