Skip to content

Commit cd336fc

Browse files
authored
Fix invalid toml in rule.add-constant example (#819)
1 parent e20c778 commit cd336fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RULES_DESCRIPTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Example:
9292

9393
```toml
9494
[rule.add-constant]
95-
arguments = [{maxLitCount = "3",allowStrs ="\"\"",allowInts="0,1,2",allowFloats="0.0,0.,1.0,1.,2.0,2.","ignoreFuncs": "os\\.*,fmt\\.Println,make"}]
95+
arguments = [{ maxLitCount = "3", allowStrs = "\"\"", allowInts = "0,1,2", allowFloats = "0.0,0.,1.0,1.,2.0,2.", ignoreFuncs = "os\\.*,fmt\\.Println,make" }]
9696
```
9797

9898
## argument-limit

0 commit comments

Comments
 (0)