Skip to content
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: add --no-config flag #14555

Merged
merged 12 commits into from
May 13, 2022
Merged

Conversation

bartlomieju
Copy link
Member

@bartlomieju bartlomieju commented May 10, 2022

Closes #13452

This flag disables loading of configuration file, ie. it will not be
automatically discovered and loaded. Of course this flag conflicts
with "--config" flag and they cannot be used together.

@bartlomieju bartlomieju requested a review from ry May 10, 2022 09:57
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bartlomieju
Copy link
Member Author

Note to self: Remember to land denoland/manual#316 when landing this PR

@bartlomieju bartlomieju merged commit 939a070 into denoland:main May 13, 2022
@bartlomieju bartlomieju deleted the no_config_flag branch May 13, 2022 15:40
sigmaSd pushed a commit to sigmaSd/deno that referenced this pull request May 29, 2022
This flag disables loading of configuration file, ie. it will not be
automatically discovered and loaded. Of course this flag conflicts
with "--config" flag and they cannot be used together.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable auto-detection of config file
2 participants