This four rules should be best practice and not flagged in automated checks
To Reproduce
Steps to reproduce the behavior:
unique-landmark rule does not fail
No
If asked, will you be willing to submit a PR to fix this bug?
No
Yes
Did you search for similar issues in our github issues or on stackoverflow
Yes
Reported in Twitter: https://twitter.com/jared_w_smith/status/1107791754206441472
The fix to omit the rules as best practices is straightforward (add BestPractice to the corresponding link configurations in rule-to-link-mappings.ts), but doing so revealed an issue where old assessments in progress with state for rules that were removed cause DetailsView to crash on load, so that will need to also be resolved as part of this fix.
There are two more affected rules to fix, so re-opening/editting description
Most helpful comment
The fix to omit the rules as best practices is straightforward (add
BestPracticeto the corresponding link configurations inrule-to-link-mappings.ts), but doing so revealed an issue where old assessments in progress with state for rules that were removed cause DetailsView to crash on load, so that will need to also be resolved as part of this fix.