Make whitespace use around generic tokens consistent and add a checkstyle rule to enforce it.
This commit is contained in:
parent
07f537120f
commit
5cdac9cfd5
|
@ -55,6 +55,7 @@ limitations under the License.
|
||||||
<module name="LeftCurly"/>
|
<module name="LeftCurly"/>
|
||||||
<module name="NeedBraces"/>
|
<module name="NeedBraces"/>
|
||||||
<module name="RightCurly"/>
|
<module name="RightCurly"/>
|
||||||
|
<module name="GenericWhitespace"/>
|
||||||
<module name="WhitespaceAfter"/>
|
<module name="WhitespaceAfter"/>
|
||||||
<module name="NoWhitespaceBefore"/>
|
<module name="NoWhitespaceBefore"/>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Reference in New Issue