Repository: apex-site Updated Branches: refs/heads/asf-site 69bc8f3fc -> 722c99931
from 78a443ee05324e4f4247bde20345666ed705af55 Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/722c9993 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/722c9993 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/722c9993 Branch: refs/heads/asf-site Commit: 722c999318579243ac80dd7560be86db8f53f4f3 Parents: 69bc8f3 Author: Thomas Weise <[email protected]> Authored: Mon Sep 26 18:58:44 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Mon Sep 26 18:58:44 2016 -0700 ---------------------------------------------------------------------- content/contributing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/722c9993/content/contributing.html ---------------------------------------------------------------------- diff --git a/content/contributing.html b/content/contributing.html index 71e1c0a..3009b2a 100644 --- a/content/contributing.html +++ b/content/contributing.html @@ -116,7 +116,7 @@ </ol> <h3 id="java-development-environment">Java Development Environment</h3> <p>For prerequisites and setup instructions see: <a href="http://apex.apache.org/docs/apex/apex_development_setup/">http://apex.apache.org/docs/apex/apex_development_setup/</a></p> -<p>Apache Apex follows coding style that is closest to K & R style and uses <a href="http://checkstyle.sourceforge.net/">Checkstyle</a> tool to enforce these standards. Travis CI will fail for any pull request that introduces any style violations. The checkstyle configuration is <a href="https://github.com/apache/apex-core/blob/master/codestyle-config/src/main/resources/apex_checks.xml">here</a>.</p> +<p>Apache Apex follows coding style that is closest to K & R style and uses <a href="http://checkstyle.sourceforge.net/">Checkstyle</a> tool to enforce these standards. Apex checkstyle enforces no trailing whitespace. Travis CI will fail for any pull request that introduces any style violations. The checkstyle configuration is <a href="https://github.com/apache/apex-core/blob/master/codestyle-config/src/main/resources/apex_checks.xml">here</a>.</p> <p>To make it easier for the users to set up their development environment, settings for the following common IDEs are provided in the Apache Apex Core repository with instructions.</p> <ul> <li><a href="https://github.com/apache/apex-core/tree/master/misc/ide-templates/intellij">IntelliJ</a></li>
