Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-189) - invalid fact correction for top scope structured fact
Prior to this commit, if you had a top scope structured fact like this in your manifest `$::my_structured_fact['foo']['test']`, lint would return an invalid correction when passed the fix flag. Now, we have altered the top_scope_facts plugin, to first check if it is a structured fact, and if one is found using regex, apply different logic to fix.
- Loading branch information