Skip to content

Commit

Permalink
fix reportUnreachable setting not being read
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jan 24, 2024
1 parent a381ccb commit 55ee8a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pyright-internal/src/common/configOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ export function getDiagLevelDiagnosticRules() {
DiagnosticRule.reportMatchNotExhaustive,
DiagnosticRule.reportShadowedImports,
DiagnosticRule.reportImplicitOverride,
DiagnosticRule.reportUnreachable,
];
}

Expand Down

0 comments on commit 55ee8a9

Please sign in to comment.