Skip to content

Commit ef2283d

Browse files
committed
fix(doctor): remove duplicate lint default guard
1 parent 7bc04e8 commit ef2283d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/flows/doctor-lint-flow.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ export async function runDoctorLintChecks(
4343
if (skip.has(c.id)) {
4444
return false;
4545
}
46-
if (only.size === 0 && isDefaultDisabled(c)) {
47-
return false;
48-
}
4946
return true;
5047
});
5148

0 commit comments

Comments
 (0)