We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c31459 commit 726dc11Copy full SHA for 726dc11
1 file changed
modules/openapi-generator/src/main/resources/kotlin-client/licenseInfo.mustache
@@ -8,7 +8,14 @@
8
9
@file:Suppress(
10
"ArrayInDataClass",
11
+ "DuplicatedCode",
12
"EnumEntryName",
13
"RemoveRedundantQualifierName",
- "UnusedImport"
14
+ "RemoveRedundantCallsOfConversionMethods",
15
+ "REDUNDANT_CALL_OF_CONVERSION_METHOD",
16
+ "RedundantUnitReturnType",
17
+ "UnnecessaryVariable",
18
+ "UnusedImport",
19
20
+ "unused"
21
)
0 commit comments