mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-21 06:46:42 +00:00
When running 'make containerized-test' the following error gets reported: yamllint -s -d '{extends: default, rules: {line-length: {allow-non-breakable-inline-mappings: true}},ignore: charts/*/templates/*.yaml}' ./scripts/golangci.yml ./scripts/golangci.yml 179:81 error line too long (84 > 80 characters) (line-length) The golangci.yml.in is used to generate golangci.yml, addressing the line-length there resolves the issue. Signed-off-by: Niels de Vos <ndevos@redhat.com>