Skip to content

Commit 2907ab8

Browse files
committed
New linter rule for decompiler cleanup
1 parent 6c37e59 commit 2907ab8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

articles/azure-resource-manager/bicep/bicep-config-linter.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Linter settings for Bicep config
33
description: Describes how to customize configuration values for the Bicep linter
44
ms.topic: conceptual
5-
ms.date: 09/30/2022
5+
ms.date: 11/01/2022
66
---
77

88
# Add linter settings in the Bicep config file
@@ -29,6 +29,9 @@ The following example shows the rules that are available for configuration.
2929
"artifacts-parameters": {
3030
"level": "warning"
3131
},
32+
"decompiler-cleanup": {
33+
"level": "warning"
34+
},
3235
"max-outputs": {
3336
"level": "warning"
3437
},

articles/azure-resource-manager/bicep/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,8 @@
392392
href: linter-rule-admin-username-should-not-be-literal.md
393393
- name: Artifacts parameters
394394
href: linter-rule-artifacts-parameters.md
395+
- name: Decompiler cleanup
396+
href: linter-rule-decompiler-cleanup.md
395397
- name: Max outputs
396398
href: linter-rule-max-outputs.md
397399
- name: Max parameters

0 commit comments

Comments
 (0)