Skip to content

Commit

Permalink
fix: uncommenting golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
kianaza committed May 19, 2024
1 parent c4fedc2 commit 75eb74b
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
# ---
# linters:
# enable-all: true
# disable:
# - depguard
# # we don't use json with camel-case
# - tagliatelle
# - nolintlint
# # it should improve to support more known patterns
# - varnamelen
# - ireturn
# # deprecated linters
# - maligned
# - scopelint
# - golint
# - ifshort
# - interfacer
# - exhaustivestruct
# - nosnakecase
# - varcheck
# - deadcode
# - structcheck
# - gomnd
# - execinquery
# # temporarily disabled
# - tagalign
# - gochecknoglobals
---
linters:
disable-all: true

0 comments on commit 75eb74b

Please sign in to comment.