Skip to content

Commit

Permalink
ci: disable gci and wrapcheck linter
Browse files Browse the repository at this point in the history
This commit disables wrapcheck and gci
linters.

Updates: ceph#1586

Signed-off-by: Yati Padia <ypadia@redhat.com>
  • Loading branch information
yati1998 authored and mergify-bot committed Jul 22, 2021
1 parent 52a85f9 commit f23de2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/golangci.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,7 @@ linters:
- forbidigo
# TODO: enable gomoddirectives
- gomoddirectives
# TODO: enable gci
- gci
# TODO: enable wrapcheck linter, see: https://github.com/ceph/ceph-csi/pull/2268
- wrapcheck

0 comments on commit f23de2e

Please sign in to comment.