Skip to content

Commit acfcc6d

Browse files
committed
Sort ids in java-code-quality.qls
1 parent 576f4cf commit acfcc6d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
- queries: .
22
- include:
33
id:
4-
- java/suspicious-date-format
5-
- java/integer-multiplication-cast-to-long
6-
- java/equals-on-unrelated-types
74
- java/contradictory-type-checks
8-
- java/reference-equality-of-boxed-types
5+
- java/equals-on-unrelated-types
96
- java/inconsistent-equals-and-hashcode
10-
- java/unchecked-cast-in-equals
11-
- java/unused-container
127
- java/input-resource-leak
8+
- java/integer-multiplication-cast-to-long
139
- java/output-resource-leak
14-
- java/type-variable-hides-type
10+
- java/reference-equality-of-boxed-types
1511
- java/string-replace-all-with-non-regex
12+
- java/suspicious-date-format
13+
- java/type-variable-hides-type
14+
- java/unchecked-cast-in-equals
15+
- java/unused-container

0 commit comments

Comments
 (0)