We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284eed9 commit 68b655bCopy full SHA for 68b655b
src/conf/checkstyle.xml
@@ -78,6 +78,7 @@ limitations under the License.
78
<module name="UpperEll" />
79
<module name="WhitespaceAfter" />
80
<module name="WhitespaceAround" />
81
+ <module name="WhitespaceAroundCheck" />
82
</module>
83
<module name="LineLength">
84
<!-- Ignore lines that begin with " * ", such as within a Javadoc comment. -->
0 commit comments