You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to validate the YAML online and it shows it as valid YAML.
I believe this is failing yamllint checks for indentation and I am wondering if different repos/ users might have different config for yamllint or is this a standard check which is failing?
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)
The text was updated successfully, but these errors were encountered: