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
jcheck "repository" property in [general] section not read from .jcheck/conf #107
jcheck "repository" property in [general] section not read from .jcheck/conf #107
Conversation
|
@kevinrushforth This change can now be integrated. The commit message will be:
As you do not have Committer status in this project, an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@edvbld) but any other Committer may sponsor as well.
|
/integrate |
I might have expected the |
It most certainly should wake up, I've filed https://bugs.openjdk.java.net/browse/SKARA-91 to track the fix. |
@kevinrushforth |
/sponsor |
@edvbld @kevinrushforth Pushed as commit b46b8e5. |
This PR fixes a typo in the
GeneralConfiguration
class ofjcheck
that causes therepository
property to be set to the same value asproject
rather than being read from the.jcheck/conf
file.Progress
Approvers