-
Notifications
You must be signed in to change notification settings - Fork 357
Open
Labels
azurePR related with Azure CloudPR related with Azure CloudcommunityCommunity contributionCommunity contributionfeature requestCommunity: new feature requestCommunity: new feature request
Description
Is your feature request related to a problem? Please describe.
It would be great to have a few linting rules for Azure pipeline files.
For example:
- it would be nice to recommend adding the parameter
fetchdept: 1to the jobcheckout, as this can significantly speed up the checkout process. - searching for open tags but not closed ones, for example, I've noticed that if I write
dependsOn:and then don't specify any dependencies, but instead start writing other commands likevariables:or others, everything works fine, but thedependsOn:section remains incomplete.
Describe the solution you'd like
Out-of-the-Box Rules for Finding Errors in Azure CI/CD
Describe alternatives you've considered
no
Additional context
I'm willing to share my regular expressions and cases.
Metadata
Metadata
Assignees
Labels
azurePR related with Azure CloudPR related with Azure CloudcommunityCommunity contributionCommunity contributionfeature requestCommunity: new feature requestCommunity: new feature request