Skip to content

Commit

Permalink
[전체] 상위 dto 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok committed Feb 25, 2024
1 parent bb6258f commit d74a4b9
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ ij_continuation_indent_size = 4
ij_kotlin_allow_trailing_comma = true
ij_kotlin_packages_to_use_import_on_demand = unset
ij_kotlin_allow_trailing_comma_on_call_site = false

ktlint_disabled_rules = filename
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:Suppress("ktlint")
@file:Suppress("ktlint", "MatchingDeclarationName")

package com.fone.competition.presentation.dto

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:Suppress("ktlint")
@file:Suppress("ktlint", "MatchingDeclarationName")

package com.fone.jobOpening.presentation.dto

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:Suppress("ktlint")
@file:Suppress("ktlint", "MatchingDeclarationName")

package com.fone.jobOpening.presentation.dto

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:Suppress("ktlint")
@file:Suppress("ktlint", "MatchingDeclarationName")

package com.fone.jobOpening.presentation.dto

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:Suppress("ktlint")
@file:Suppress("ktlint", "MatchingDeclarationName")

package com.fone.profile.presentation.dto

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:Suppress("ktlint")
@file:Suppress("ktlint", "MatchingDeclarationName")

package com.fone.user.presentation.dto

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:Suppress("ktlint")
@file:Suppress("ktlint", "MatchingDeclarationName")

package com.fone.user.presentation.dto

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@file:Suppress("ktlint")
@file:Suppress("ktlint", "MatchingDeclarationName")

package com.fone.user.presentation.dto

Expand Down

0 comments on commit d74a4b9

Please sign in to comment.