You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ma...@apache.org on 2017/09/12 16:27:28 UTC

[incubator-openwhisk] branch master updated: Add scala fmt to redo. (#2728)

This is an automated email from the ASF dual-hosted git repository.

markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new a742149  Add scala fmt to redo. (#2728)
a742149 is described below

commit a742149d09bc055a8a593945aa30242771e0dbbc
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Tue Sep 12 11:27:26 2017 -0500

    Add scala fmt to redo. (#2728)
---
 tools/build/redo | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tools/build/redo b/tools/build/redo
index f47c831..cfe2a21 100755
--- a/tools/build/redo
+++ b/tools/build/redo
@@ -207,6 +207,12 @@ Components = [
                   yaml = False,
                   steps = 'setup, prereq, couchdb, initdb, wipedb, deploy, catalog'),
 
+    makeComponent('fmt',
+                  'apply source code formats',
+                  gradle = True,
+                  yaml = False,
+                  tasks = 'scalafmtAll'),
+
     makeComponent('setup',
                   'system setup'),
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].