File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ const baseConfig = {
5757 "func-style" : "off" ,
5858 "i18n-text/no-en" : "off" ,
5959 "no-invalid-this" : "off" ,
60- "no-fallthrough" : "off" ,
6160 "no-console" : "off" ,
6261 "no-shadow" : "off" ,
6362 "github/array-foreach" : "off" ,
Original file line number Diff line number Diff line change @@ -1532,7 +1532,7 @@ export class CodeQLCliServer implements Disposable {
15321532 const distribution = await this . distributionProvider . getDistribution ( ) ;
15331533 switch ( distribution . kind ) {
15341534 case FindDistributionResultKind . CompatibleDistribution :
1535-
1535+ // eslint-disable-next-line no-fallthrough -- Intentional fallthrough
15361536 case FindDistributionResultKind . IncompatibleDistribution :
15371537 return distribution . version ;
15381538
You can’t perform that action at this time.
0 commit comments