mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: disable stylecheck:dot-imports
The `stylecheck:dot-imports` rule complains about the same problems that `golint` reports. We only need one `//nolint:golint // ...` comment, not a second one for stylecheck. Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
0c962d6739
commit
3a43fb84f8
@ -163,6 +163,10 @@ linters-settings:
|
||||
# dot-imports is already checked by golint
|
||||
- name: dot-imports
|
||||
disabled: true
|
||||
stylecheck:
|
||||
checks:
|
||||
# "should not use dot imports" is handled by golint
|
||||
- "-ST1001"
|
||||
|
||||
linters:
|
||||
enable-all: true
|
||||
|
Loading…
Reference in New Issue
Block a user