Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
skip simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
candiduslynx committed Aug 10, 2022
1 parent 001dfa2 commit 97a9666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ linters-settings:
wrapcheck:
ignoreSigs:
- diag.WrapError

revive:
enable-all-rules: true
rules:
Expand Down Expand Up @@ -74,6 +73,8 @@ linters-settings:
disabled: true
- name: nested-structs
disabled: true
gofmt:
simplify: false

linters:
enable:
Expand Down

0 comments on commit 97a9666

Please sign in to comment.