mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 06:10:22 +00:00
ci: disable revive:dot-imports
The `revive:dot-imports` rule complains about the same problems that `golint` reports. We only need one `//nolint:golint // ...` comment, not a second one for revive. Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
parent
4a6c27274f
commit
0c962d6739
@ -158,6 +158,11 @@ linters-settings:
|
||||
max-blank-identifiers: 3
|
||||
nestif:
|
||||
min-complexity: 7
|
||||
revive:
|
||||
rules:
|
||||
# dot-imports is already checked by golint
|
||||
- name: dot-imports
|
||||
disabled: true
|
||||
|
||||
linters:
|
||||
enable-all: true
|
||||
|
Loading…
Reference in New Issue
Block a user