Skip to content

Commit

Permalink
Turn rich compiler errors on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Apr 11, 2024
1 parent b28f3b5 commit bfc6839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rebar/src/rebar.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
-define(DEFAULT_CDN, "https://repo.hex.pm").
-define(LOCK_FILE, "rebar.lock").
-define(DEFAULT_COMPILER_SOURCE_FORMAT, relative).
-define(DEFAULT_COMPILER_ERROR_FORMAT, minimal). % 'rich' for multiline values
-define(DEFAULT_COMPILER_ERROR_FORMAT, rich). % 'minimal' for default values as of 3.23.0 and earlier
-define(PACKAGE_INDEX_VERSION, 6).
-define(PACKAGE_TABLE, package_index).
-define(INDEX_FILE, "packages.idx").
Expand Down

0 comments on commit bfc6839

Please sign in to comment.