-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add yaml linter #3979
Add yaml linter #3979
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3979 +/- ##
==========================================
+ Coverage 69.50% 69.94% +0.44%
==========================================
Files 517 559 +42
Lines 50163 58336 +8173
Branches 9461 11233 +1772
==========================================
+ Hits 34866 40805 +5939
- Misses 15297 17531 +2234
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
3618f97
to
8910f2c
Compare
Thanks, this looks good! Could you tell what command did you use to create the browserified version? |
Hi @nightwing, thank you! I think I've used |
Is there a plan to merge this? |
@nightwing |
I guess I need to do some changes but I'd need help to understand what should I do in order to get a proper browserified version 🤷♂ |
i need this feature |
@asantos00 I think everything is okay with your browserfied version, you can just add it to this file so eslint won't validate it |
@andrewnester sorry, my bad I didn't notice. I've added that to eslintignore, let me know if you need any other changes (also I need your approval for the workflows to run) |
Merged! Thanks a lot for your contribution |
Description of changes:
This adds the capacity to lint
yaml
files. I would love to hear your opinion on this, if it makes sense, if it looks correct, and so on.It also adds a
browserified
version ofyaml-lint
(https://www.npmjs.com/package/yaml-lint) that is needed inyaml-lint.js
Notes
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.