Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 authored Jul 1, 2024
1 parent f0411c0 commit 3c3341d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Describe a new checker in [checkers section](./README.md#checkers).

**Autofix**: true. <br>
**Enabled by default**: true. <br>
**Reason**: The `Error()` method on the `error` interface exists for humans, not code. <br>
**Reason**: Using testify methods will avoid the risk of null pointer exception that might happen with the use of the `Error()` method on the `error` interface. <br>
**Related issues**: [#47](https://github.com/Antonboom/testifylint/issues/47)

---
Expand Down

0 comments on commit 3c3341d

Please sign in to comment.