Skip to content

Commit

Permalink
fix: [#496] Default snap channel should point to n3dr 7
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Apr 21, 2024
1 parent 7b4dc26 commit 63788ae
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,30 +64,30 @@ issues:
linters:
enable-all: true
disable:
- cyclop
- exhaustruct
- forbidigo
- forcetypeassert
- gochecknoglobals
- goconst
- gocritic
- goerr113
- golint
- gomnd
- lll
- nestif
- nlreturn
- noctx
- nonamedreturns
- paralleltest
- perfsprint
- revive
- testifylint
- testpackage
- usestdlibvars
- varnamelen
- wrapcheck
- wsl
# - cyclop
# - exhaustruct
# - forbidigo
# - forcetypeassert
# - gochecknoglobals
# - goconst
# - gocritic
# - goerr113
# - golint
# - gomnd
# - lll
# - nestif
# - nlreturn
# - noctx
# - nonamedreturns
# - paralleltest
# - perfsprint
# - revive
# - testifylint
# - testpackage
# - usestdlibvars
# - varnamelen
# - wrapcheck
# - wsl
#
# The following linters have been deprecated
#
Expand Down

0 comments on commit 63788ae

Please sign in to comment.