Skip to content

Commit

Permalink
chore: Remove PackageNaming detekt issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joc-a committed Jul 13, 2023
1 parent a91a29d commit 46a29b6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("PackageNaming", "InvalidPackageDeclaration")

package org.jetbrains.exposed.`jdbc-template`

import org.jetbrains.exposed.dao.UUIDEntity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("PackageNaming", "InvalidPackageDeclaration")

package org.jetbrains.exposed.`jdbc-template`

import org.jetbrains.exposed.sql.transactions.transaction
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("PackageNaming", "InvalidPackageDeclaration")

package org.jetbrains.exposed.`jdbc-template`

import org.jetbrains.exposed.spring.SpringTransactionManager
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("PackageNaming", "InvalidPackageDeclaration")

package org.jetbrains.exposed.`jdbc-template`

import org.jetbrains.exposed.sql.SchemaUtils
Expand Down

0 comments on commit 46a29b6

Please sign in to comment.