Skip to content

Commit

Permalink
chore: mark no-alias-methods as fixable in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 31, 2018
1 parent db0fdd8 commit 1f658dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ for more information about extending configuration files.
| [consistent-test-it][] | Enforce consistent test or it keyword | | ![fixable-green][] |
| [expect-expect][] | Enforce assertion to be made in a test body | | |
| [lowercase-name][] | Disallow capitalized test names | | ![fixable-green][] |
| [no-alias-methods][] | Disallow alias methods | | |
| [no-alias-methods][] | Disallow alias methods | | ![fixable-green][] |
| [no-disabled-tests][] | Disallow disabled tests | ![recommended][] | |
| [no-focused-tests][] | Disallow focused tests | ![recommended][] | |
| [no-hooks][] | Disallow setup and teardown hooks | | |
Expand Down

0 comments on commit 1f658dd

Please sign in to comment.