Skip to content

Commit 726dc11

Browse files
committed
Add few suppressions in order to silence the IDE.
1 parent 0c31459 commit 726dc11

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

modules/openapi-generator/src/main/resources/kotlin-client/licenseInfo.mustache

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88

99
@file:Suppress(
1010
"ArrayInDataClass",
11+
"DuplicatedCode",
1112
"EnumEntryName",
1213
"RemoveRedundantQualifierName",
13-
"UnusedImport"
14+
"RemoveRedundantCallsOfConversionMethods",
15+
"REDUNDANT_CALL_OF_CONVERSION_METHOD",
16+
"RedundantUnitReturnType",
17+
"UnnecessaryVariable",
18+
"UnusedImport",
19+
"UnnecessaryVariable",
20+
"unused"
1421
)

0 commit comments

Comments
 (0)