Skip to content

Commit

Permalink
nil-compare: simplify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonboom committed Nov 5, 2023
1 parent b4fc018 commit cebee31
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 275 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ assert.ErrorContains(t, err, "user") ❌
```

**Autofix**: false. <br>
**Enabled by default**: Probable false, depends on implementation performance. <br>
**Enabled by default**: Probably false, depends on implementation performance. <br>
**Reason**: Code simplification, elimination of possible bugs.

---
Expand Down
Loading

0 comments on commit cebee31

Please sign in to comment.