revive: enable indent-error-flow check

Now that we have no code that triggers this check, re-enable the
indent-error-flow check in the revive config.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2020-04-08 16:14:24 -04:00 committed by John Mulligan
parent b7a3914f3b
commit c9acb56afe
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ warningCode = 0
[rule.receiver-naming]
[rule.time-naming]
[rule.unexported-return]
#[rule.indent-error-flow]
[rule.indent-error-flow]
[rule.errorf]
[rule.empty-block]
[rule.superfluous-else]