mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: disable nosnakecase static check
All the CSI spec imports are having snakecase we cannot fix it, instead of disabling all imports skipping the nosnakecase static check. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
a3751ada24
commit
5c9f63bada
@ -169,6 +169,7 @@ linters:
|
||||
- funlen
|
||||
- testpackage
|
||||
- exhaustivestruct
|
||||
- nosnakecase
|
||||
# This requires extra addition of unnecessary code. Hence, we
|
||||
# prefer to disable this linter. But, it can be enabled if we
|
||||
# have better resolution. For more details check the
|
||||
|
Loading…
Reference in New Issue
Block a user