1
0
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:
Ludovic Fernandez 2023-09-19 09:03:56 +02:00 committed by GitHub
parent 93219dac49
commit 5c69df7eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -847,4 +847,4 @@ _Configuration_: N/A
_Description_: This rule warns on redundant import aliases. This happens when the alias used on the import statement matches the imported package name.
_Configuration_: N/A
_Configuration_: N/A