Skip to content

Commit

Permalink
doc: fix examples (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Sep 19, 2023
1 parent 93219da commit 5c69df7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RULES_DESCRIPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Example:

```toml
[rule.early-return]
arguments =["preserveScope"]
arguments = ["preserveScope"]
```

## empty-block
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -684,8 +684,8 @@ _Configuration_: ([]string) rule flags. Available flags are:
Example:

```toml
[rule.exported]
arguments =["preserveScope"]
[rule.superfluous-else]
arguments = ["preserveScope"]
```

## time-equal
Expand Down Expand Up @@ -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

0 comments on commit 5c69df7

Please sign in to comment.