From 5492c7be599e44b207eb0101b9201a743dfce258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20M=C3=A4nnchen?= Date: Sun, 22 Oct 2023 13:02:33 +0200 Subject: [PATCH] Use PR erlfmt --- rebar.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 45af990..fbf50a1 100644 --- a/rebar.config +++ b/rebar.config @@ -13,7 +13,9 @@ %% https://github.com/markusn/coveralls-erl/pull/36 {coveralls, ".*", {git, "https://github.com/RoadRunnr/coveralls-erl.git", {branch, "feature/git-info"}}}, - erlfmt, + %% Revert back to released version when this PR is merged & released: + %% https://github.com/WhatsApp/erlfmt/pull/351 + {erlfmt, ".*", {git, "https://github.com/maennchen/erlfmt.git", {branch, "support_maybe"}}}, rebar3_hank, rebar3_lint ]}.