Skip to content

Commit

Permalink
disable goconst linter for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn committed Jan 23, 2024
1 parent 3382c01 commit 27a1d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// 📌 API Documentation: https://docs.gofiber.io

//nolint:bodyclose // Much easier to just ignore memory leaks in tests
//nolint:goconst // No need to create a constant for a test
package fiber

import (
Expand Down

0 comments on commit 27a1d6e

Please sign in to comment.