Skip to content

Commit

Permalink
Disable typegroupingcheck by default
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm committed Nov 8, 2023
1 parent d4f720a commit 4109178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
skip-cache: true
version: latest
install-mode: goinstall
args: --timeout=10m
args: --timeout=10m --enable typegroupingcheck
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ linters:
disable-all: true
# Enable specific linter
enable:
- typegroupingcheck
#- typegroupingcheck
- errcheck
- gosimple
- govet
Expand Down

0 comments on commit 4109178

Please sign in to comment.