Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/LongLine_in_StringTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrgentum authored Jun 16, 2022
2 parents 95c1b0b + aa093cc commit f29777f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ class PackageNaming(configRules: List<RulesConfig>) : DiktatRule(
} ?: if (visitorCounter.incrementAndGet() == 1) {
log.error("Not able to find an external configuration for domain" +
" name in the common configuration (is it missing in yml config?)")
} else {
@Suppress("RedundantUnitExpression")
Unit
}
}

Expand Down

0 comments on commit f29777f

Please sign in to comment.