Skip to content

Commit

Permalink
Configure the intellij checkstyle plugin to use the correct checkstyl…
Browse files Browse the repository at this point in the history
…e version (#212)
  • Loading branch information
CRogers authored and Robert Fink committed Oct 2, 2017
1 parent 8f35683 commit f7d2076
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class BaselineIdea extends AbstractBaselinePlugin {
<option name="configuration">
<map>
<entry key="active-configuration" value="${checkstyleFile}:Baseline Checkstyle" />
<entry key="checkstyle-version" value="${BaselineCheckstyle.DEFAULT_CHECKSTYLE_VERSION}" />
<entry key="check-nonjava-files" value="false" />
<entry key="check-test-classes" value="true" />
<entry key="location-0" value="${checkstyleFile}:Baseline Checkstyle" />
Expand Down

0 comments on commit f7d2076

Please sign in to comment.