osmith has uploaded this change for review.

View Change

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/8bafdb3839d868d6bc18499617761d9acd73d2ad
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

To view, visit change 42868. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: onomondo-eim
Gerrit-Branch: master
Gerrit-Change-Id: I271c90dace6e7b6f052b38054815e6dfcbfa60f5
Gerrit-Change-Number: 42868
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>