Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created February 4, 2024 19:51
Show Gist options
  • Save johnlokerse/c46a793ea2083e4b738a39fa68b174ab to your computer and use it in GitHub Desktop.
Save johnlokerse/c46a793ea2083e4b738a39fa68b174ab to your computer and use it in GitHub Desktop.
Lint Azure Bicep templates in Azure DevOps blog
{
"analyzers": {
"core": {
"enabled": true,
"rules": {
... rules here ...
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment