-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
feat(linter): support env
and globals
in overrides
configuration
#8915
feat(linter): support env
and globals
in overrides
configuration
#8915
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. |
CodSpeed Performance ReportMerging #8915 will not alter performanceComparing Summary
|
53aa4f7
to
12beab8
Compare
6b81a59
to
da5fdd4
Compare
a30a177
to
e5fe2a0
Compare
e5fe2a0
to
4c309f2
Compare
7b10cad
to
5d5278d
Compare
4c309f2
to
403a65e
Compare
403a65e
to
b71faf1
Compare
5d5278d
to
b191390
Compare
b71faf1
to
a495142
Compare
39436fa
to
0f3cbea
Compare
env
and globals
in overrides
configurationenv
and globals
in overrides
configuration
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.
❤️
some small test suggestions, but feel free to merge and address later as you see fit
0f3cbea
to
4957d56
Compare
Merge activity
|
#8915) This PR supports `env` and `globals` keys in `overrides[x]`. I added tests where I could. Snapshot CLI tests are working 🥳
4957d56
to
5d508a4
Compare
#8915) This PR supports `env` and `globals` keys in `overrides[x]`. I added tests where I could. Snapshot CLI tests are working 🥳
This PR supports
env
andglobals
keys inoverrides[x]
.I added tests where I could. Snapshot CLI tests are working 🥳