This is an automated email from the ASF dual-hosted git repository. melap pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 0854f80c892370698c9a3838160e15e9aa4659ba Author: Daniel Oliveira <[email protected]> AuthorDate: Thu Apr 12 17:31:41 2018 -0700 [BEAM-3036] Adding Checkstyle version warning. Some people are experiencing Checkstyle errors due to differences in checkstyle.xml syntax between IntelliJ and the checkstyle version used for validating Beam. Since the errors cannot be fixed by editing checkstyle.xml, only by updating IntelliJ, I'm adding this warning. --- src/contribute/intellij.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/contribute/intellij.md b/src/contribute/intellij.md index 99291ca..d36c6f5 100644 --- a/src/contribute/intellij.md +++ b/src/contribute/intellij.md @@ -39,6 +39,8 @@ the "build" task in the root Gradle module. IntelliJ supports checkstyle within the IDE using the Checkstyle-IDEA plugin. +Note: Older versions of IntelliJ may not support the Checkstyle file used by Beam. + 1. Install the "Checkstyle-IDEA" plugin from the IntelliJ plugin repository 2. Configure the plugin by going to Settings -> Other Settings -> Checkstyle 3. Set Checkstyle version to the same as in `/build_rules.gradle` (e.g. 8.7) -- To stop receiving notification emails like this one, please contact [email protected].
