Skip to content

Commit

Permalink
Add new rules since 0.2.0 to front page README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmurillo committed Dec 24, 2024
1 parent 10b3bdf commit fc3aac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ something is wrong with your Moq configuration.
* Moq1200: Setup should be used only for overridable members
* Moq1201: Setup of async methods should use `.ReturnsAsync` instance instead of `.Result`
* Moq1300: Mock.As() should take interfaces
* Moq1400: Explicitly choose a mocking behavior instead of relying on the default (Loose) behavior
* Moq1410: Explicitly set the Strict mocking behavior

See [docs/rules](./docs/rules/README.md) for full documentation.

Expand Down

0 comments on commit fc3aac2

Please sign in to comment.