File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
articles/azure-resource-manager/bicep Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
title : Linter settings for Bicep config
3
3
description : Describes how to customize configuration values for the Bicep linter
4
4
ms.topic : conceptual
5
- ms.date : 09/30 /2022
5
+ ms.date : 11/01 /2022
6
6
---
7
7
8
8
# Add linter settings in the Bicep config file
@@ -29,6 +29,9 @@ The following example shows the rules that are available for configuration.
29
29
"artifacts-parameters" : {
30
30
"level" : " warning"
31
31
},
32
+ "decompiler-cleanup" : {
33
+ "level" : " warning"
34
+ },
32
35
"max-outputs" : {
33
36
"level" : " warning"
34
37
},
Original file line number Diff line number Diff line change 392
392
href : linter-rule-admin-username-should-not-be-literal.md
393
393
- name : Artifacts parameters
394
394
href : linter-rule-artifacts-parameters.md
395
+ - name : Decompiler cleanup
396
+ href : linter-rule-decompiler-cleanup.md
395
397
- name : Max outputs
396
398
href : linter-rule-max-outputs.md
397
399
- name : Max parameters
You can’t perform that action at this time.
0 commit comments