This website requires JavaScript.
Explore
Help
Sign In
github
/
rebar
Watch
1
Star
0
Fork
You've already forked rebar
0
mirror of
https://github.com/correl/rebar.git
synced
2024-11-15 03:00:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f56268383a
rebar
/
inttest
/
t_custom_config
/
custom.config
5 lines
62 B
Text
Raw
Normal View
History
Unescape
Escape
Fix config handling in root_dir Avoid overwriting custom config (passed with -C) when we are processing the base_dir in rebar_core.
2011-09-06 08:51:38 +00:00
{deps, [
{boo, "."}
]}.
Respect the --config switch when given Currently the --config switch does not work because when loading a new rebar config the global setting is ignored for all paths. This patch provides a check when loading new rebar config to see whether or not the current config path matches the `base_dir` set in global conf, which produces the expected behaviour.
2011-08-01 07:12:36 +00:00
{erl_opts, [warnings_as_errors]}.
Reference in a new issue
Copy permalink