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

Ignore global and default in empty profiles warning for as #2368

Merged
merged 2 commits into from
Sep 23, 2020

Conversation

ferd
Copy link
Collaborator

@ferd ferd commented Sep 23, 2020

Before:

→ rebar3 as global plugins list                               
===> No entry for profile global in config.                                      
--- Global plugins ---                                                                                                                                             
rebar3_hex (6.9.6+build.293.ref85a6cb4)      

After:

→ rebar3 as global plugins list                               
--- Global plugins ---                                                           
rebar3_hex (6.9.6+build.293.ref85a6cb4)                                          

Fixes #2369

@ferd ferd requested a review from tsloughter September 23, 2020 11:58
@ferd ferd changed the title Ignore global in empty profiles warning for as Ignore global and default in empty profiles warning for as Sep 23, 2020
@tsloughter
Copy link
Collaborator

Huh, could have swore I already did this.

@ferd ferd merged commit dfbe941 into erlang:master Sep 23, 2020
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.

Unexpected No entry for profile global in config. (also for default)
3 participants