]> arthur.barton.de Git - ansible-collection-boilerplate.git/commitdiff
ansible-lint: Threat "yaml[line-length]" issues as warnings only
authorAlexander Barton <alex@barton.de>
Thu, 6 Jul 2023 15:30:33 +0000 (17:30 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 6 Jul 2023 15:30:33 +0000 (17:30 +0200)
.ansible-lint

index 627e059abce421b619b63830ccdb3bc2453577fa..cdfe2cdfcd129ff89f3a10e4d8481c8798dd2d53 100644 (file)
@@ -12,3 +12,6 @@ exclude_paths:
 
 skip_list:
   - galaxy[version-incorrect]
+
+warn_list:
+  - yaml[line-length]