Skip to content

Commit 49e2031

Browse files
authored
Add few suppressions in order to silence the IDE (#23248)
* Add few suppressions in order to silence the IDE. * Regenerate source codes.
1 parent 0f36a83 commit 49e2031

File tree

395 files changed

+3555
-395
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

395 files changed

+3555
-395
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@
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+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
19+
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused"
1422
)

samples/client/echo_api/kotlin-jvm-okhttp/src/main/kotlin/org/openapitools/client/apis/AuthApi.kt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
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+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
19+
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused"
1422
)
1523

1624
package org.openapitools.client.apis

samples/client/echo_api/kotlin-jvm-okhttp/src/main/kotlin/org/openapitools/client/apis/BodyApi.kt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
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+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
19+
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused"
1422
)
1523

1624
package org.openapitools.client.apis

samples/client/echo_api/kotlin-jvm-okhttp/src/main/kotlin/org/openapitools/client/apis/FormApi.kt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
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+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
19+
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused"
1422
)
1523

1624
package org.openapitools.client.apis

samples/client/echo_api/kotlin-jvm-okhttp/src/main/kotlin/org/openapitools/client/apis/HeaderApi.kt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
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+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
19+
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused"
1422
)
1523

1624
package org.openapitools.client.apis

samples/client/echo_api/kotlin-jvm-okhttp/src/main/kotlin/org/openapitools/client/apis/PathApi.kt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
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+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
19+
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused"
1422
)
1523

1624
package org.openapitools.client.apis

samples/client/echo_api/kotlin-jvm-okhttp/src/main/kotlin/org/openapitools/client/apis/QueryApi.kt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
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+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
19+
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused"
1422
)
1523

1624
package org.openapitools.client.apis

samples/client/echo_api/kotlin-jvm-okhttp/src/main/kotlin/org/openapitools/client/models/ApiBird.kt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
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+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
19+
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused"
1422
)
1523

1624
package org.openapitools.client.models

samples/client/echo_api/kotlin-jvm-okhttp/src/main/kotlin/org/openapitools/client/models/ApiCategory.kt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
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+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
19+
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused"
1422
)
1523

1624
package org.openapitools.client.models

samples/client/echo_api/kotlin-jvm-okhttp/src/main/kotlin/org/openapitools/client/models/ApiDefaultValue.kt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@
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+
"RemoveEmptyClassBody",
18+
"UnnecessaryVariable",
19+
"UnusedImport",
20+
"UnnecessaryVariable",
21+
"unused"
1422
)
1523

1624
package org.openapitools.client.models

0 commit comments

Comments
 (0)