File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/azure-resource-manager/bicep Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ 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
5
ms.custom : devx-track-bicep
6
- ms.date : 12/29/2023
6
+ ms.date : 05/06/2024
7
7
---
8
8
9
9
# Add linter settings in the Bicep config file
@@ -34,7 +34,7 @@ The following example shows the rules that are available for configuration.
34
34
"level" : " warning"
35
35
},
36
36
"explicit-values-for-loc-params" : {
37
- "level" : " warning "
37
+ "level" : " off "
38
38
},
39
39
"max-asserts" : {
40
40
"level" : " warning"
@@ -64,10 +64,10 @@ The following example shows the rules that are available for configuration.
64
64
"level" : " warning"
65
65
},
66
66
"no-hardcoded-location" : {
67
- "level" : " warning "
67
+ "level" : " off "
68
68
},
69
69
"no-loc-expr-outside-params" : {
70
- "level" : " warning "
70
+ "level" : " off "
71
71
},
72
72
"no-unnecessary-dependson" : {
73
73
"level" : " warning"
You can’t perform that action at this time.
0 commit comments