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.
1 parent f124cea commit bf26c37Copy full SHA for bf26c37
articles/azure-resource-manager/bicep/linter.md
@@ -2,7 +2,7 @@
2
title: Use Bicep linter
3
description: Learn how to use Bicep linter.
4
ms.topic: conceptual
5
-ms.date: 9/30/2022
+ms.date: 11/01/2022
6
---
7
8
# Use Bicep linter
@@ -19,6 +19,7 @@ The default set of linter rules is minimal and taken from [arm-ttk test cases](.
19
20
- [adminusername-should-not-be-literal](./linter-rule-admin-username-should-not-be-literal.md)
21
- [artifacts-parameters](./linter-rule-artifacts-parameters.md)
22
+- [decompiler-cleanup](./linter-rule-decompiler-cleanup.md)
23
- [max-outputs](./linter-rule-max-outputs.md)
24
- [max-params](./linter-rule-max-parameters.md)
25
- [max-resources](./linter-rule-max-resources.md)
0 commit comments