Skip to content

Commit 68b655b

Browse files
committed
Add Checkstyle WhitespaceAroundCheck
1 parent 284eed9 commit 68b655b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle.xml

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ limitations under the License.
7878
<module name="UpperEll" />
7979
<module name="WhitespaceAfter" />
8080
<module name="WhitespaceAround" />
81+
<module name="WhitespaceAroundCheck" />
8182
</module>
8283
<module name="LineLength">
8384
<!-- Ignore lines that begin with " * ", such as within a Javadoc comment. -->

0 commit comments

Comments
 (0)