-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: add warn for shadow variables (variables in scope that share s… (
#663) * style: add warn for shadow variables (variables in scope that share same name) * fix: set ignoreFunctionTypeParameterNameValueShadow to true * fix: change var name to avoid repeat * fix: add quotes * fix: rename method variable * fix: update var names for namespace to avoid shadowing * fix: remove linting rule extension * fix: remove shadowed var names * fix: update vc service e2e shadowed variables * fix: fix failing tests * fix: resolve shadowed variables in patches-build * fix: fix shadow variables * fix: fix version shadow var
- Loading branch information
1 parent
97500b4
commit dd28b49
Showing
7 changed files
with
76 additions
and
70 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
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.