Skip to content

Commit

Permalink
Suppress empty file violation
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Aug 26, 2024
1 parent 36b11ff commit bc48a8f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
@file:Suppress("ktlint:standard:no-empty-file")
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/

package aws.sdk.kotlin.hll.dynamodbmapper.tests.plugins

// FIXME Disabled until local plugin build / publish can be untangled. See build.gradle.kts for more details.
//class UserTest {
// class UserTest {
// @Ignore
// @Test
// fun testConversion() {
Expand All @@ -26,4 +28,4 @@ package aws.sdk.kotlin.hll.dynamodbmapper.tests.plugins
//
// assertEquals(user, unconverted)
// }
//}
// }

0 comments on commit bc48a8f

Please sign in to comment.