Skip to content

Commit 284eed9

Browse files
committed
Add Checkstyle UpperEll
1 parent 9229ea0 commit 284eed9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ limitations under the License.
7575
<module name="RedundantModifier" />
7676
<module name="RightCurly" />
7777
<module name="UnusedImports" />
78+
<module name="UpperEll" />
7879
<module name="WhitespaceAfter" />
7980
<module name="WhitespaceAround" />
8081
</module>

0 commit comments

Comments
 (0)