Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #89 from im-kulikov/disable-linters
Browse files Browse the repository at this point in the history
Disable linters golint and stylecheck
  • Loading branch information
im-kulikov committed May 27, 2021
2 parents 82cf329 + 54c3389 commit 24058dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ linters:
- maligned
- paralleltest
- tparallel
- stylecheck
- golint
- exhaustivestruct

linters-settings:
Expand Down

0 comments on commit 24058dc

Please sign in to comment.