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
Thanks for your library. It is very easy to get installed. I believe it is a great start.
I had a go with your tool and left some feedback for you.
Cheers.
I understand that you may not have imagined I would use your tool in this way. I thought I had better to log an issue for your discretion. Here is where I got started with the file below. I would like it to be yaml lint compliant:
./changelog.yml
1:1 warning missing document start "---" (document-start)
17:81 error line too long (82 > 80 characters) (line-length)
After running your tool against it, I got more warnings instead:
./changelog.yml
1:1 warning missing document start "---" (document-start)
4:1 error wrong indentation: expected 2 but found 0 (indentation)
7:5 error wrong indentation: expected 2 but found 4 (indentation)
13:5 error wrong indentation: expected 2 but found 4 (indentation)
13:81 error line too long (115 > 80 characters) (line-length)
18:81 error line too long (86 > 80 characters) (line-length)
24:5 error wrong indentation: expected 2 but found 4 (indentation)
24:81 error line too long (81 > 80 characters) (line-length)
25:81 error line too long (85 > 80 characters) (line-length)
33:5 error wrong indentation: expected 2 but found 4 (indentation)
36:5 error wrong indentation: expected 2 but found 4 (indentation)
42:5 error wrong indentation: expected 2 but found 4 (indentation)
50:5 error wrong indentation: expected 2 but found 4 (indentation)
50:81 error line too long (84 > 80 characters) (line-length)
61:5 error wrong indentation: expected 2 but found 4 (indentation)
67:5 error wrong indentation: expected 2 but found 4 (indentation)
71:5 error wrong indentation: expected 2 but found 4 (indentation)
78:5 error wrong indentation: expected 2 but found 4 (indentation)
The text was updated successfully, but these errors were encountered:
Hi
Thanks for your library. It is very easy to get installed. I believe it is a great start.
I had a go with your tool and left some feedback for you.
Cheers.
I understand that you may not have imagined I would use your tool in this way. I thought I had better to log an issue for your discretion. Here is where I got started with the file below. I would like it to be yaml lint compliant:
After running your tool against it, I got more warnings instead:
The text was updated successfully, but these errors were encountered: