You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/09/27 02:05:55 UTC

apex-site git commit: Mentioned enforcing no trailing whitespaces by checkstyle.

Repository: apex-site
Updated Branches:
  refs/heads/master bcc8bd50e -> 78a443ee0


Mentioned enforcing no trailing whitespaces by checkstyle.


Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/78a443ee
Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/78a443ee
Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/78a443ee

Branch: refs/heads/master
Commit: 78a443ee05324e4f4247bde20345666ed705af55
Parents: bcc8bd5
Author: Vlad Rozov <v....@datatorrent.com>
Authored: Mon Sep 26 18:40:24 2016 -0700
Committer: Vlad Rozov <v....@datatorrent.com>
Committed: Mon Sep 26 18:40:24 2016 -0700

----------------------------------------------------------------------
 src/md/contributing.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-site/blob/78a443ee/src/md/contributing.md
----------------------------------------------------------------------
diff --git a/src/md/contributing.md b/src/md/contributing.md
index 21198ed..15d6e7d 100644
--- a/src/md/contributing.md
+++ b/src/md/contributing.md
@@ -51,7 +51,7 @@ The ASF Apex git repositories have mirror repositories on github which are used
 
 For prerequisites and setup instructions see: http://apex.apache.org/docs/apex/apex_development_setup/
 
-Apache Apex follows coding style that is closest to K & R style and uses [Checkstyle](http://checkstyle.sourceforge.net/) tool to enforce these standards. Travis CI will fail for any pull request that introduces any style violations. The checkstyle configuration is [here](https://github.com/apache/apex-core/blob/master/codestyle-config/src/main/resources/apex_checks.xml).
+Apache Apex follows coding style that is closest to K & R style and uses [Checkstyle](http://checkstyle.sourceforge.net/) 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 [here](https://github.com/apache/apex-core/blob/master/codestyle-config/src/main/resources/apex_checks.xml).
 
 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.
  - [IntelliJ](https://github.com/apache/apex-core/tree/master/misc/ide-templates/intellij)