Skip to content

Commit

Permalink
CONTRIBUTING: add issues links
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonboom committed Jun 21, 2024
1 parent 8c863c6 commit cea8c9c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ func (s *ServiceIntegrationSuite) TearDownTest() {

**Autofix**: false. <br>
**Enabled by default**: false. <br>
**Reason**: Possible resource leaks, because `require` finishes the current goroutine.
**Reason**: Possible resource leaks, because `require` finishes the current goroutine. <br>
**Related issues**: [#142](https://github.com/Antonboom/testifylint/issues/142)

---

Expand Down Expand Up @@ -280,7 +281,8 @@ And similar idea for `assert.InEpsilonSlice` / `assert.InDeltaSlice`.

**Autofix**: true. <br>
**Enabled by default**: true. <br>
**Reason**: Is similar to the [usestdlibvars](https://golangci-lint.run/usage/linters/#usestdlibvars) linter.
**Reason**: Is similar to the [usestdlibvars](https://golangci-lint.run/usage/linters/#usestdlibvars) linter. <br>
**Related issues**: [#141](https://github.com/Antonboom/testifylint/issues/141)

---

Expand All @@ -302,7 +304,8 @@ And similar idea for `assert.InEpsilonSlice` / `assert.InDeltaSlice`.

**Autofix**: true. <br>
**Enabled by default**: maybe? <br>
**Reason**: Code simplification.
**Reason**: Code simplification. <br>
**Related issues**: [#140](https://github.com/Antonboom/testifylint/issues/140)

---

Expand Down

0 comments on commit cea8c9c

Please sign in to comment.