Skip to content

Commit

Permalink
Merge pull request #71 from localheinz/fix/readme
Browse files Browse the repository at this point in the history
Fix: Wording in README.md
  • Loading branch information
localheinz authored Jan 17, 2019
2 parents 7dfeb42 + 33ccadc commit 6abfb58
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 @@ -55,7 +55,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 @@ -64,7 +64,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 6abfb58

Please sign in to comment.