You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Checks whether files end with a new line. -->
30
-
<!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->
31
-
<modulename="NewlineAtEndOfFile" />
32
-
<!-- Verify that EVERY source file has the appropriate license -->
<!-- Checks for white space at the end of the line -->
42
-
<!-- See http://checkstyle.sourceforge.net/config_regexp.html -->
36
+
<modulename="NewlineAtEndOfFile" />
43
37
<modulename="RegexpSingleline">
44
38
<propertyname="format"value="\s+$" />
45
39
<propertyname="message"value="Line has trailing spaces." />
0 commit comments