Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Oct 1, 2021
2 parents 1c5e90a + c33a6ad commit 97a35d2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,15 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<module name="RegexpSingleline">
<property name="format" value="\s+$"/>
<property name="fileExtensions" value="java"/>
<property name="message" value="Line has trailing spaces."/>
</module>
<!--
C++ style inline comment is not allowed.
-->
<module name="RegexpSingleline">
<property name="format" value="/\*.*\*/"/>
<property name="fileExtensions" value="java"/>
<property name="message" value="This kind of comment is not allowed."/>
</module>
<!--
Expand Down

0 comments on commit 97a35d2

Please sign in to comment.