secure-repo icon indicating copy to clipboard operation
secure-repo copied to clipboard

.pre-commit-config.yaml is not valid yaml

Open konstruktoid opened this issue 1 year ago • 3 comments

https://github.com/konstruktoid/ansible-role-hardening/pull/456/files#diff-63a9c44a44acf85fea213a857769990937107cf072831e1a26808cfde9d096b9

$ yamllint .pre-commit-config.yaml
.pre-commit-config.yaml
  1:1       warning  missing document start "---"  (document-start)
  2:1       error    wrong indentation: expected at least 1  (indentation)
  5:3       error    wrong indentation: expected at least 3  (indentation)
  9:3       error    wrong indentation: expected at least 3  (indentation)
  13:3      error    wrong indentation: expected at least 3  (indentation)

konstruktoid avatar Dec 21 '23 11:12 konstruktoid