HTMLHint
HTMLHint copied to clipboard
feat: add config attribute extends
Short description of what this resolves:
We want to support a extendable configuration file
So we introduce a new configuration attribute extends
that behave like eslint's extends
Proposed changes:
- Add new attribute
extends
in configuration
Tasks:
- [x] add extension ruleset map
- [x] read new configuration structure
- [x] pass
config
through toverify
- [x] add tests
- [x] define
recommended
ruleset
@thedaviddias Ready for review! 🎉
At first, you can only focus on changes to the source files Then, if you want, also look at the test files
We are getting closer to the release of version 1.0.0 😃
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This was automatically closed without conclusion; extendable configuration is still desirable imho.
Codecov Report
Merging #489 (59d55ca) into beta (e459672) will not change coverage. The diff coverage is
n/a
.
:exclamation: Current head 59d55ca differs from pull request most recent head a763b2e. Consider uploading reports for the commit a763b2e to get more accurate results
@@ Coverage Diff @@
## beta #489 +/- ##
===========================
===========================
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e459672...a763b2e. Read the comment docs.
Configuration merge is still not available?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Still think this is very desirable, shouldn't be closed and get keep-unstale
.
No news on this? This is a must-have feature in every linter imho.
Any update on this PR? It would be really helpful when this functionality lands in HTMLHint.
Are there any chances that this feature will be implemented to HTMLHint?
Thanks.