Skip to content

Commit

Permalink
Remove redundant NOTHING_TO_INLINE suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky committed Nov 27, 2024
1 parent 4af2055 commit 8d77c80
Show file tree
Hide file tree
Showing 305 changed files with 0 additions and 306 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@file:Suppress(
"JS_FAKE_NAME_CLASH",
"NOTHING_TO_INLINE",
)

package csstype
Expand Down
1 change: 0 additions & 1 deletion kotlin-js/src/jsMain/kotlin/js/core/BigInt.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@file:Suppress(
"WRONG_BODY_OF_EXTERNAL_DECLARATION",
"INLINE_EXTERNAL_DECLARATION",
"NOTHING_TO_INLINE",

"EXTERNAL_TYPE_EXTENDS_NON_EXTERNAL_TYPE",
)
Expand Down
1 change: 0 additions & 1 deletion kotlin-js/src/jsMain/kotlin/js/core/Bitmask.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package js.core
Expand Down
1 change: 0 additions & 1 deletion kotlin-js/src/jsMain/kotlin/js/iterable/AsyncIterable.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package js.iterable
Expand Down
1 change: 0 additions & 1 deletion kotlin-js/src/jsMain/kotlin/js/iterable/AsyncIterator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package js.iterable
Expand Down
1 change: 0 additions & 1 deletion kotlin-js/src/jsMain/kotlin/js/iterable/JsIterable.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package js.iterable
Expand Down
1 change: 0 additions & 1 deletion kotlin-js/src/jsMain/kotlin/js/iterable/JsIterator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package js.iterable
Expand Down
1 change: 0 additions & 1 deletion kotlin-js/src/jsMain/kotlin/js/promise/PromiseLike.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package js.promise
Expand Down
1 change: 0 additions & 1 deletion kotlin-js/src/jsMain/kotlin/js/promise/PromiseResult.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package js.promise
Expand Down
1 change: 0 additions & 1 deletion kotlin-js/src/jsMain/kotlin/js/typedarrays/Uint8Array.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"INLINE_EXTERNAL_DECLARATION",
"INLINE_CLASS_IN_EXTERNAL_DECLARATION_WARNING",
"WRONG_BODY_OF_EXTERNAL_DECLARATION",
"NOTHING_TO_INLINE",
)

package js.typedarrays
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package preact.signals.core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package preact.signals.core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package react
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package react
Expand Down
1 change: 0 additions & 1 deletion kotlin-react-core/src/jsMain/kotlin/react/Props.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package react
Expand Down
1 change: 0 additions & 1 deletion kotlin-react-core/src/jsMain/kotlin/react/StateInstance.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package react
Expand Down
1 change: 0 additions & 1 deletion kotlin-react-core/src/jsMain/kotlin/react/useRefValue.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package react
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@file:Suppress(
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package react.select
Expand Down
1 change: 0 additions & 1 deletion kotlin-react-use/src/jsMain/kotlin/react/use/useLatest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"INLINE_EXTERNAL_DECLARATION",
"NON_ABSTRACT_MEMBER_OF_EXTERNAL_INTERFACE",
"DECLARATION_CANT_BE_INLINED",
"NOTHING_TO_INLINE",
)

package react.use
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import kotlin.contracts.contract


@Suppress(
"NOTHING_TO_INLINE",
"CANNOT_CHECK_FOR_EXTERNAL_INTERFACE",
"CANNOT_CHECK_FOR_ERASED",
"ERROR_IN_CONTRACT_DESCRIPTION"
Expand Down
Loading

0 comments on commit 8d77c80

Please sign in to comment.