Skip to content

Commit b1f0148

Browse files
authored
fix: markdown headers (#570)
minor markdown issue with rules headers
1 parent d7c8e25 commit b1f0148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RULES_DESCRIPTIONS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ _Description_: It is possible to unintentionally import the same package twice.
232232

233233
_Configuration_: N/A
234234

235-
### early-return
235+
## early-return
236236

237237
_Description_: In GO it is idiomatic to minimize nesting statements, a typical example is to avoid if-then-else constructions. This rule spots constructions like
238238
```go
@@ -408,7 +408,7 @@ Example:
408408
[imports-blacklist]
409409
arguments =["crypto/md5", "crypto/sha1"]
410410
```
411-
### import-shadowing
411+
## import-shadowing
412412

413413
_Description_: In GO it is possible to declare identifiers (packages, structs,
414414
interfaces, parameters, receivers, variables, constants...) that conflict with the

0 commit comments

Comments
 (0)