utorok 15. februára 2022

yamllint - yaml validator to CLI

 yaml validator to console: yam




1) install yamllint


yum install yamllint 

dnf install yamllint

 Package                                                         Architecture                                          Version                                                     Repository                                           Size

=============================================================================================================================================================================================================================================

Installing:

 yamllint                                                        noarch                                                1.26.0-1.el8                                                epel                                                 81 k

Installing dependencies:

 python3-pathspec                                                noarch                                                0.6.0-1.el8                                                 epel                                                 47 k


Transaction Summary

2)try yamllint

[root@localhost ~]# yamllint /etc/ansible/dns.yaml
/etc/ansible/dns.yaml
  6:81      error    line too long (91 > 80 characters)  (line-length)
  7:1       error    too many blank lines (1 > 0)  (empty-lines)



Žiadne komentáre:

Zverejnenie komentára