test-kitchen / kitchen-ec2

A Test Kitchen Driver for Amazon EC2
Other
221 stars 202 forks source link

Please yamllint #552

Closed multani closed 3 years ago

multani commented 3 years ago

Description

yamllint fails on master:

$ yamllint .
./.github/dependabot.yml
  1:1       warning  missing document start "---"  (document-start)
  3:1       error    wrong indentation: expected 2 but found 0  (indentation)
  9:3       error    wrong indentation: expected 4 but found 2  (indentation)
  11:5      error    wrong indentation: expected 6 but found 4  (indentation)

Issues Resolved

none

Check List