-
-
Notifications
You must be signed in to change notification settings - Fork 761
fix(linter): do not use nested configs with --config option
#9155
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
Merged
graphite-app
merged 1 commit into
main
from
02-15-fix_linter_do_not_use_nested_configs_with_--config_option
Feb 22, 2025
Merged
fix(linter): do not use nested configs with --config option
#9155
graphite-app
merged 1 commit into
main
from
02-15-fix_linter_do_not_use_nested_configs_with_--config_option
Feb 22, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Feb 16, 2025
Member
Author
7d265be to
68eabce
Compare
19878f1 to
cdbcf2b
Compare
68eabce to
979b3ab
Compare
9194935 to
20cdf87
Compare
979b3ab to
12cf88c
Compare
20cdf87 to
667768c
Compare
12cf88c to
e0c6948
Compare
Sysix
approved these changes
Feb 22, 2025
667768c to
2f94ba8
Compare
e0c6948 to
d981385
Compare
92eaf4f to
1174024
Compare
06f4611 to
2c2a09e
Compare
1174024 to
9bc3017
Compare
Base automatically changed from
02-15-feat_linter_add_support_for_nested_config_files
to
main
February 22, 2025 22:48
2c2a09e to
8083d66
Compare
8083d66 to
165bd69
Compare
Contributor
Merge activity
|
165bd69 to
4ed9d76
Compare
This was referenced Feb 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Ensures that when a config file is explicitly passed via
-cor--config, that file will take precedence over all nested config files, and we will not search for config files within any directories.