-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checkstyle with style google fails with CheckstyleException #1034
Milestone
Comments
Closed
See also #1017 , for one way to ensure they are not out of sync. |
jayvdb
added a commit
to jayvdb/coala-bears
that referenced
this issue
Nov 21, 2016
The google and sun rules are provided in the jar, and those rules are known to be compatible with the jar version. Fixes coala#1017 Fixes coala#1034
jayvdb
added a commit
to jayvdb/coala-bears
that referenced
this issue
Nov 21, 2016
The google and sun rules are provided in the jar, and those rules are known to be compatible with the jar version. Fixes coala#1017 Fixes coala#1034
jayvdb
added a commit
to jayvdb/coala-bears
that referenced
this issue
Nov 21, 2016
The google and sun rules are provided in the jar, and those rules are known to be compatible with the jar version. Fixes coala#1017 Fixes coala#1034
jayvdb
added a commit
to jayvdb/coala-bears
that referenced
this issue
Nov 21, 2016
The google and sun ruleset have been provided in the jar since version 6.2. Load the rulesets from the same jar as the linter so the rules are known to be compatible with the jar version. Fixes coala#1017 Fixes coala#1034
jayvdb
added a commit
to jayvdb/coala-bears
that referenced
this issue
Nov 21, 2016
The google and sun ruleset have been provided in the jar since version 6.2. Load the rulesets from the same jar as the linter so the rules are known to be compatible with the jar version. Fixes coala#1017 Fixes coala#1034
jayvdb
added a commit
to jayvdb/coala-bears
that referenced
this issue
Nov 22, 2016
The google and sun ruleset have been provided in the checkstyle jar since version 6.2. Load the rulesets from the linter jar so the rules are known to be compatible with the linter version. Fixes coala#1017 Fixes coala#1034
jayvdb
added a commit
to jayvdb/coala-bears
that referenced
this issue
Nov 22, 2016
The google and sun ruleset have been provided in the checkstyle jar since version 6.2. Load the rulesets from the linter jar so the rules are known to be compatible with the linter version. Fixes coala#1017 Fixes coala#1034
gosom
pushed a commit
to gosom/coala-bears
that referenced
this issue
Jul 15, 2017
The google and sun ruleset have been provided in the checkstyle jar since version 6.2. Load the rulesets from the linter jar so the rules are known to be compatible with the linter version. Fixes coala#1017 Fixes coala#1034
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current checkstyle fails with
CheckstyleException
: cannot initialize module TreeWalker - Property 'excludeScope' in module ParameterName does not exist, please check the documentationThe xml is as follows (and does include
excludeScope
)The other styles do not have this
excludeScope
:The text was updated successfully, but these errors were encountered: