Skip to content

Commit

Permalink
fix: markdown headers (#570)
Browse files Browse the repository at this point in the history
minor markdown issue with rules headers
  • Loading branch information
butuzov authored Sep 10, 2021
1 parent d7c8e25 commit b1f0148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RULES_DESCRIPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ _Description_: It is possible to unintentionally import the same package twice.

_Configuration_: N/A

### early-return
## early-return

_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
```go
Expand Down Expand Up @@ -408,7 +408,7 @@ Example:
[imports-blacklist]
arguments =["crypto/md5", "crypto/sha1"]
```
### import-shadowing
## import-shadowing

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

0 comments on commit b1f0148

Please sign in to comment.