-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New linter rule: use-recent-module-versions #14309
Merged
Merged
Conversation
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
Test this change out locally with the following install scripts (Action run 9727303471) VSCode
Azure CLI
|
StephenWeatherford
force-pushed
the
sw/linter-new-avm-versions
branch
from
June 12, 2024 16:55
fc20a57
to
4678921
Compare
StephenWeatherford
force-pushed
the
sw/linter-new-avm-versions
branch
3 times, most recently
from
June 13, 2024 19:41
0a3194e
to
5203fae
Compare
src/Bicep.Core/Registry/PublicRegistry/PublicRegistryModuleMetadataProvider.cs
Show resolved
Hide resolved
StephenWeatherford
changed the title
DRAFT: use-recent-module-versions
New linter rule: use-recent-module-versions
Jun 14, 2024
StephenWeatherford
force-pushed
the
sw/linter-new-avm-versions
branch
from
June 25, 2024 18:36
60b6666
to
a76ff15
Compare
shenglol
reviewed
Jun 26, 2024
shenglol
reviewed
Jun 26, 2024
src/Bicep.Cli.IntegrationTests/UseRecentModuleVersionsIntegrationTests.cs
Outdated
Show resolved
Hide resolved
shenglol
reviewed
Jun 26, 2024
src/Bicep.Cli.IntegrationTests/UseRecentModuleVersionsIntegrationTests.cs
Outdated
Show resolved
Hide resolved
shenglol
reviewed
Jun 26, 2024
src/Bicep.Cli.IntegrationTests/UseRecentModuleVersionsIntegrationTests.cs
Show resolved
Hide resolved
shenglol
reviewed
Jun 26, 2024
src/Bicep.Cli.IntegrationTests/UseRecentModuleVersionsIntegrationTests.cs
Outdated
Show resolved
Hide resolved
shenglol
reviewed
Jun 26, 2024
shenglol
reviewed
Jun 26, 2024
src/Bicep.Core.UnitTests/Diagnostics/LinterRuleTests/LinterRuleTestsBase.cs
Outdated
Show resolved
Hide resolved
shenglol
reviewed
Jun 26, 2024
src/Bicep.Core/Analyzers/Linter/Rules/UseRecentModuleVersionsRule.cs
Outdated
Show resolved
Hide resolved
shenglol
reviewed
Jun 26, 2024
shenglol
reviewed
Jun 26, 2024
src/Bicep.Core/Analyzers/Linter/Rules/UseRecentModuleVersionsRule.cs
Outdated
Show resolved
Hide resolved
shenglol
reviewed
Jun 26, 2024
src/Bicep.Core/Analyzers/Linter/Rules/UseRecentModuleVersionsRule.cs
Outdated
Show resolved
Hide resolved
…ionTests.cs Co-authored-by: Shenglong Li <[email protected]>
…ionTests.cs Co-authored-by: Shenglong Li <[email protected]>
…/bicep into sw/linter-new-avm-versions
shenglol
approved these changes
Jun 28, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shenglol Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #13553
Most changes are packages.lock.json and tests
Microsoft Reviewers: Open in CodeFlow