Skip to content

Commit bc3a1f3

Browse files
committed
update linter rules default value
1 parent b934598 commit bc3a1f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Linter settings for Bicep config
33
description: Describes how to customize configuration values for the Bicep linter
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 12/29/2023
6+
ms.date: 05/06/2024
77
---
88

99
# Add linter settings in the Bicep config file
@@ -34,7 +34,7 @@ The following example shows the rules that are available for configuration.
3434
"level": "warning"
3535
},
3636
"explicit-values-for-loc-params": {
37-
"level": "warning"
37+
"level": "off"
3838
},
3939
"max-asserts": {
4040
"level": "warning"
@@ -64,10 +64,10 @@ The following example shows the rules that are available for configuration.
6464
"level": "warning"
6565
},
6666
"no-hardcoded-location": {
67-
"level": "warning"
67+
"level": "off"
6868
},
6969
"no-loc-expr-outside-params": {
70-
"level": "warning"
70+
"level": "off"
7171
},
7272
"no-unnecessary-dependson": {
7373
"level": "warning"

0 commit comments

Comments
 (0)