lint(revive): fix early-return violations (#7974)

This commit is contained in:
Ville Vesilehto
2026-03-30 02:59:22 +03:00
committed by GitHub
parent ff954b12b2
commit 54b06d9a3b
5 changed files with 69 additions and 72 deletions

View File

@@ -60,7 +60,8 @@ linters:
- name: dot-imports
- name: early-return
disabled: true
arguments:
- "preserveScope"
- name: empty-block
disabled: true