Skip to content
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

make Checkstyle version configurable per project #76

Merged
merged 1 commit into from
Mar 10, 2016

Conversation

dougxc
Copy link
Member

@dougxc dougxc commented Mar 10, 2016

This addresses #74.

A project can explicitly specify the Checkstyle version:

    "com.oracle.graal.graph.test" : {
      ...
      "checkstyleVersion" : "6.15",
      ...
    }

or inherit it along with the Checkstyle config from another project:

    "com.oracle.graal.graph" : {
      ...
      "checkstyleVersion" : "6.15",
      ...
    },
    "com.oracle.graal.graph.test" : {
      ...
      "checkstyle" : "com.oracle.graal.graph",
      ...
    }

juergenchrist pushed a commit that referenced this pull request Mar 10, 2016
make Checkstyle version configurable per project
@juergenchrist juergenchrist merged commit ab5bbd2 into master Mar 10, 2016
@dougxc dougxc deleted the checkstyle-version-per-suite branch March 10, 2016 14:37
dougxc pushed a commit that referenced this pull request May 12, 2016
* commit 'ee6a4e13a0f7634e86778658d390ce4ff84ef12e':
  Temporarily deactivate TestJMH in gate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants