Skip to content

Commit

Permalink
Warning for domain name
Browse files Browse the repository at this point in the history
### What's done:
   Fixed according our code-style
  • Loading branch information
kentr0w committed Jan 18, 2021
1 parent 647bcd5 commit 9eadc6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import java.util.concurrent.atomic.AtomicInteger
* need to support autofixing of directories in the same way as package is named. For example if we have package name:
* package a.b.c.D -> then class D should be placed in a/b/c/ directories
*/
@Suppress("ForbiddenComment")
@Suppress("ForbiddenComment", "TOO_MANY_LINES_IN_LAMBDA")
class PackageNaming(private val configRules: List<RulesConfig>) : Rule("package-naming") {
private var isFixMode: Boolean = false
private lateinit var emitWarn: EmitType
Expand Down

0 comments on commit 9eadc6b

Please sign in to comment.