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:
Madhu Rajanna 2022-08-03 12:48:03 +05:30 committed by mergify[bot]
parent a3751ada24
commit 5c9f63bada

View File

@ -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