mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 11:50:18 +00:00
ci: skip new checks in golangci-lint
skipping new checks in golangci-lint as its much work to addresses new check errors in this PR. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
1a69957e1d
commit
15ed9709d4
@ -179,3 +179,10 @@ linters:
|
|||||||
# TODO: enable wrapcheck linter
|
# TODO: enable wrapcheck linter
|
||||||
# See: https://github.com/ceph/ceph-csi/pull/2268
|
# See: https://github.com/ceph/ceph-csi/pull/2268
|
||||||
- wrapcheck
|
- wrapcheck
|
||||||
|
# TODO: enable linters added in golangci-lint 1.43
|
||||||
|
- contextcheck
|
||||||
|
- gomnd
|
||||||
|
- ireturn
|
||||||
|
- tagliatelle
|
||||||
|
- varnamelen
|
||||||
|
- nilnil
|
||||||
|
Loading…
Reference in New Issue
Block a user