how to turn off yamllint for a line in a file code example
Example: how to turn off yamllint for a line in a file
# yamllint disable
Lines of code goes here.
# yamllint enable
# yamllint disable
Lines of code goes here.
# yamllint enable