You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/07/18 23:36:24 UTC

[beam-site] branch asf-site updated (f851f5a -> 7fa3a82)

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

mergebot-role pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from f851f5a  Prepare repository for deployment.
     add 91fe336  Update code style section to mention Spotless.
     add 7e7dcc2  Clarify that this is only for Java/Groovy and not Python/Go/...
     add c3884b2  This closes #498
     new 7fa3a82  Prepare repository for deployment.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/contribute/intellij/index.html | 5 +++++
 src/contribute/intellij.md             | 5 +++++
 2 files changed, 10 insertions(+)


[beam-site] 01/01: Prepare repository for deployment.

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit 7fa3a82d039ab2a8e3a9e0695592c62708bc6a96
Author: Mergebot <me...@apache.org>
AuthorDate: Wed Jul 18 23:36:22 2018 +0000

    Prepare repository for deployment.
---
 content/contribute/intellij/index.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/content/contribute/intellij/index.html b/content/contribute/intellij/index.html
index 38a88c2..449b20f 100644
--- a/content/contribute/intellij/index.html
+++ b/content/contribute/intellij/index.html
@@ -292,6 +292,11 @@ modules as they are not configured for Checkstyle validation.</p>
 
 <h2 id="code-style">Code Style</h2>
 
+<p>Note: As of release 2.6.0 uniform formatting for Java and Groovy code is automated by the build
+through the <a href="https://github.com/diffplug/spotless/tree/master/plugin-gradle">Spotless Gradle plugin</a>.
+Instead of relying on the IDE, now you can run <code class="highlighter-rouge">./gradlew spotlessApply</code>
+to reformat changes prior to commit.</p>
+
 <p>IntelliJ supports code styles within the IDE. Use one or both of the following
 to ensure your code style matches the project’s checkstyle enforcements.</p>