Skip to content

Commit

Permalink
Fix: Wording in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 17, 2019
1 parent ab75cda commit 33ccadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This rule reports an error when a non-anonymous class is not `final`.

##### Disallowing `abstract` classes

This rule allows to declare `abstract` classes. If you want to disallow `abstract` classes, you can set the `allowAbstractClasses` parameter to `false`:
By default, this rule allows to declare `abstract` classes. If you want to disallow declaring `abstract` classes, you can set the `allowAbstractClasses` parameter to `false`:

```neon
parameters:
Expand All @@ -63,7 +63,7 @@ parameters:

##### Excluding classes from inspection

If you want to exclude classes from being inspected by this rule, you can set the `classesNotRequiredToBeAbstractOrFinal` to a list of class names:
If you want to exclude classes from being inspected by this rule, you can set the `classesNotRequiredToBeAbstractOrFinal` parameter to a list of class names:

```neon
parameters:
Expand Down

0 comments on commit 33ccadc

Please sign in to comment.