Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix examples #899

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading