Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
### What's done:
* WIP
  • Loading branch information
kgevorkyan committed Sep 4, 2023
1 parent 71da28f commit 9e9f38f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class PreviewAnnotationRule(configRules: List<RulesConfig>) : DiktatRule(
}
}

@Suppress("TOO_LONG_FUNCTION")
private fun doCheck(functionNode: ASTNode, modeList: ASTNode) {
if (modeList.getAllChildrenWithType(ANNOTATION_ENTRY).isEmpty()) {
return
Expand Down

0 comments on commit 9e9f38f

Please sign in to comment.