We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94af00b + f1bb0c1 commit acec6b4Copy full SHA for acec6b4
articles/azure-resource-manager/bicep/bicep-config-linter.md
@@ -76,7 +76,7 @@ The following example shows the rules that are available for configuration.
76
"level": "warning"
77
},
78
"no-unused-imports": {
79
- "level": "error"
+ "level": "warning"
80
81
"no-unused-params": {
82
articles/azure-resource-manager/bicep/toc.yml
@@ -509,6 +509,9 @@ items:
509
- name: No unused existing resources
510
displayName: linter
511
href: linter-rule-no-unused-existing-resources.md
512
+ - name: No unused imports
513
+ displayName: linter
514
+ href: linter-rule-no-unused-imports.md
515
- name: No unused parameters
516
517
href: linter-rule-no-unused-parameters.md
0 commit comments