Skip to content

Commit 5377ffe

Browse files
committed
acrolinx
1 parent da68a08 commit 5377ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/linter-rule-use-recent-module-versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ ms.date: 07/30/2024
88

99
# Linter rule - use recent module versions
1010

11-
This rule looks for old public module versions. It is recommended to use the most recent module versions.
11+
This rule looks for old [public module](./modules.md#public-module-registry) versions. It's best to use the most recent module versions.
1212

1313
> [!NOTE]
1414
> This rule is off by default, change the level in [bicepconfig.json](./bicep-config-linter.md) to enable it.
1515
1616
## Linter rule code
1717

18-
Use the following value in the [Bicep configuration file](bicep-config-linter.md) to customize rule settings:
18+
To customize rule settings, use the following value in the [Bicep configuration file](bicep-config-linter.md) :
1919

2020
`use-recent-module-versions`
2121

0 commit comments

Comments
 (0)