Skip to content

Commit

Permalink
Fix Detekt: EmptyFunctionBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Sep 19, 2023
1 parent d67bd7d commit 172643a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/detekt/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ empty-blocks:
active: true
EmptyFunctionBlock:
active: true
ignoreOverridden: false
ignoreOverridden: true
EmptyIfBlock:
active: true
EmptyInitBlock:
Expand Down

0 comments on commit 172643a

Please sign in to comment.