Skip to content

Commit 8446783

Browse files
committed
[Java] Filter unused parameter warnings.
1 parent bd7db86 commit 8446783

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/codeql/codeql-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ query-filters:
1010
id: java/missing-override-annotation
1111
- exclude:
1212
id: java/uncaught-number-format-exception
13+
- exclude:
14+
id: java/unused-parameter
1315
- exclude:
1416
id: cs/useless-assignment-to-local
1517
- exclude:

0 commit comments

Comments
 (0)