Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Last active February 4, 2024 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlokerse/d1c43ef43df8d3ff50b4fd53b4d1c60f to your computer and use it in GitHub Desktop.
Save johnlokerse/d1c43ef43df8d3ff50b4fd53b4d1c60f to your computer and use it in GitHub Desktop.
Lint Azure Bicep templates in Azure DevOps blog
{
"analyzers": {
"core": {
"enabled": true,
"rules": {
"no-unused-params": {
"level": "error"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment