mirror of
https://github.com/mgechev/revive.git
synced 2024-11-24 08:32:22 +02:00
doc: fix examples (#899)
This commit is contained in:
parent
93219dac49
commit
5c69df7eb3
@ -318,7 +318,7 @@ Example:
|
||||
|
||||
```toml
|
||||
[rule.early-return]
|
||||
arguments =["preserveScope"]
|
||||
arguments = ["preserveScope"]
|
||||
```
|
||||
|
||||
## empty-block
|
||||
@ -483,8 +483,8 @@ _Configuration_: ([]string) rule flags. Available flags are:
|
||||
Example:
|
||||
|
||||
```toml
|
||||
[rule.exported]
|
||||
arguments =["preserveScope"]
|
||||
[rule.indent-error-flow]
|
||||
arguments = ["preserveScope"]
|
||||
```
|
||||
|
||||
## imports-blacklist
|
||||
@ -684,8 +684,8 @@ _Configuration_: ([]string) rule flags. Available flags are:
|
||||
Example:
|
||||
|
||||
```toml
|
||||
[rule.exported]
|
||||
arguments =["preserveScope"]
|
||||
[rule.superfluous-else]
|
||||
arguments = ["preserveScope"]
|
||||
```
|
||||
|
||||
## time-equal
|
||||
|
Loading…
Reference in New Issue
Block a user