Skip to content

Commit

Permalink
Merge pull request scalastyle#18 from jqno/master
Browse files Browse the repository at this point in the history
Fix configuration of TodoCommentChecker
  • Loading branch information
matthewfarwell authored Aug 20, 2017
2 parents 9505d45 + c528f0d commit ebe2c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rules-0.8.0.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ Some projects may consider TODO or FIXME comments in a code bad style. They woul
### Example configuration
<pre>&lt;check enabled=&quot;true&quot; class=&quot;org.scalastyle.scalariform.TodoCommentChecker&quot; level=&quot;warning&quot;&gt;
&lt;parameters&gt;
&lt;parameter default=&quot;TODO|FIXME&quot; type=&quot;string&quot; name=&quot;words&quot;/&gt;
&lt;parameter name=&quot;words&quot;&gt;TODO|FIXME&lt;/parameter&gt;
&lt;/parameters&gt;
&lt;/check&gt;</pre>
<a name="org_scalastyle_scalariform_TokenChecker" />
Expand Down
2 changes: 1 addition & 1 deletion rules-dev.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ Some projects may consider TODO or FIXME comments in a code bad style. They woul
### Example configuration
<pre>&lt;check enabled=&quot;true&quot; class=&quot;org.scalastyle.scalariform.TodoCommentChecker&quot; level=&quot;warning&quot;&gt;
&lt;parameters&gt;
&lt;parameter default=&quot;TODO|FIXME&quot; type=&quot;string&quot; name=&quot;words&quot;/&gt;
&lt;parameter name=&quot;words&quot;&gt;TODO|FIXME&lt;/parameter&gt;
&lt;/parameters&gt;
&lt;/check&gt;</pre>
<a name="org_scalastyle_scalariform_TokenChecker" />
Expand Down

0 comments on commit ebe2c92

Please sign in to comment.