diff options
author | xudan16 <xudan16@huawei.com> | 2023-02-14 12:26:02 +0800 |
---|---|---|
committer | Dan Xu <xudan16@huawei.com> | 2023-02-14 06:45:11 +0000 |
commit | 99fb7f7e6c0d23c390924593e1b9e93cceab1ba4 (patch) | |
tree | 1efd2d371fbfd82ebc5babd91df6f551c19c4fe2 /.yamllint | |
parent | f845220cd17f89c8e1c68aecb3f0c7e82a56aa03 (diff) |
Fix the Doc lint, shellcheck and doc links Errors
Signed-off-by: xudan16 <xudan16@huawei.com>
Change-Id: I15b4cd15a17782999af30234b459f8aacf45e768
Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/73867
Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Diffstat (limited to '.yamllint')
-rw-r--r-- | .yamllint | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ extends: default ignore: | deployment.yaml + .tox/ rules: line-length: disable + truthy: disable + comments-indentation: disable + comments: disable |