-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
refactor(linter): refactor LintBuilder
to prep for nested configs
#8034
base: main
Are you sure you want to change the base?
refactor(linter): refactor LintBuilder
to prep for nested configs
#8034
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
73d39ed
to
f6523f6
Compare
ae07fda
to
42adf86
Compare
Thanks for taking a look at this, I'll review this as soon as possible. I had a draft of the nested config work on my laptop but wasn't happy with it so far. |
ah sorry! i didn't realize you had already started implementing this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
f6523f6
to
0487198
Compare
30c712c
to
0eeb0e0
Compare
You may merge after fixing the compile error. |
0eeb0e0
to
e46b6e7
Compare
0487198
to
952d7e4
Compare
e46b6e7
to
263abe6
Compare
More simplification/preparations for nested configurations:
LinterBuilder
toConfigStoreBuilder
options
logic out ofLintBuilder
ConfigStoreBuilder::build()
return a result (currently always returns OK, but it will return errors when nested config is implementedThe next steps to implement nested config which i hope to do in the next week are:
from_oxlintrc
to accept a file pathConfigStoreBuilder
(name TBC) that walks all child directories, collecting.oxlintrc
files. these will be put intoConfigStore
as a hash map of path > config.