osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/onomondo-eim/+/42868?usp=email )
Change subject: contrib/jenkins: run 'rebar3 fmt --check' ......................................................................
contrib/jenkins: run 'rebar3 fmt --check'
The pull request "v0.0.2" had a patch that formatted everything with erlfmt. Let's run it in CI to keep the style consistent.
Related: https://github.com/onomondo/onomondo-eim/pull/10/commits/8bafdb3839d868d6bc1... Change-Id: I271c90dace6e7b6f052b38054815e6dfcbfa60f5 --- M contrib/jenkins.sh 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/68/42868/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index e39a69a..af5d87b 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -3,3 +3,4 @@
rebar3 compile rebar3 eunit +rebar3 fmt --check