Skip to content

Commit 0ed4e1f

Browse files
committed
Add Checkstyle StringLiteralEquality
1 parent ab4b2ce commit 0ed4e1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ limitations under the License.
7171
</module>
7272
<module name="SimplifyBooleanExpression" />
7373
<module name="SimplifyBooleanReturn" />
74+
<module name="StringLiteralEquality" />
7475
<module name="TypecastParenPad" />
7576
<module name="UnusedImports" />
7677
<module name="WhitespaceAfter" />

0 commit comments

Comments
 (0)