Skip to content

Commit f124cea

Browse files
committed
add the md file
1 parent 2907ab8 commit f124cea

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Linter rule - decompiler cleanup
3+
description: Linter rule - decompiler cleanup
4+
ms.topic: conceptual
5+
ms.date: 11/01/2022
6+
---
7+
8+
# Linter rule - decompiler cleanup
9+
10+
The [Bicep CLI decompile](./bicep-cli.md#decompile) command converts ARM template JSON to a Bicep file. If a variable name, or a parameter name, or a resource symbolic symbolic name is ambiguous, the Bicep CLI adds a suffix to the name, for example *accountName_var* or *virtualNetwork_resource*. This rule finds these names in Bicep files.
11+
12+
## Linter rule code
13+
14+
Use the following value in the [Bicep configuration file](bicep-config-linter.md) to customize rule settings:
15+
16+
`decompiler-cleanup`
17+
18+
## Solution
19+
20+
To increase the readability, update these names with more meaningful names.
21+
22+
## Next steps
23+
24+
For more information about the linter, see [Use Bicep linter](./linter.md).

0 commit comments

Comments
 (0)