forked from Azure/bicep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a linter rule to suggest using identifier tokens and property acc…
…ess for object properties when the property name permits it. (Azure#6584) * Add a linter rule to suggest using identifier tokens and property access for object properties when the property name permits it. * Correct property names linter quick fix span selection * Update config schema to include new linter rule * Update integration tests to reflect desired property access pattern * Update baselinable artifacts * Run automated test baseline update script * Revert unecessary manual test changes * Run automated test baseline update script * Oops, missed a manual test reversion * Run automated test baseline update script * Update code fix titles * Disable linter in extensibility test * Rename rule * Run automated test baseline update script * Update rule name in non-baseline test artifacts * Update rule description * Update rule description * Update quickfix text for property access prompt * Run automated test baseline update script * Incorporate PR feedback * Set baseline * Fix tests
- Loading branch information
Showing
17 changed files
with
456 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.