1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-28 08:49:11 +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

@ -483,7 +483,7 @@ _Configuration_: ([]string) rule flags. Available flags are:
Example:
```toml
[rule.exported]
[rule.indent-error-flow]
arguments = ["preserveScope"]
```
@ -684,7 +684,7 @@ _Configuration_: ([]string) rule flags. Available flags are:
Example:
```toml
[rule.exported]
[rule.superfluous-else]
arguments = ["preserveScope"]
```