mirror of
https://github.com/coredns/coredns.git
synced 2026-04-09 21:45:32 -04:00
lint(revive): fix early-return violations (#7974)
This commit is contained in:
@@ -60,7 +60,8 @@ linters:
|
||||
- name: dot-imports
|
||||
|
||||
- name: early-return
|
||||
disabled: true
|
||||
arguments:
|
||||
- "preserveScope"
|
||||
|
||||
- name: empty-block
|
||||
disabled: true
|
||||
|
||||
Reference in New Issue
Block a user