File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 651651 "description" : " Generate or suppress diagnostics for code that is determined to be structurally unreachable or unreachable by type analysis." ,
652652 "default" : " none"
653653 },
654- "reportShadowedImports" : {
655- "$ref" : " #/definitions/diagnostic" ,
656- "title" : " Controls reporting of shadowed imports of stdlib modules" ,
657- "description" : " Generate or suppress diagnostics for files that are overriding a module in the stdlib." ,
658- "default" : " none"
659- },
660654 "reportImplicitOverride" : {
661655 "$ref" : " #/definitions/diagnostic" ,
662656 "title" : " Controls reporting overridden methods that are missing an `@override` decorator" ,
10301024 "reportUnreachable" : {
10311025 "$ref" : " #/definitions/reportUnreachable"
10321026 },
1033- "reportShadowedImports" : {
1034- "$ref" : " #/definitions/reportShadowedImports"
1035- },
10361027 "reportImplicitOverride" : {
10371028 "$ref" : " #/definitions/reportImplicitOverride"
10381029 },
13531344 "reportUnreachable" : {
13541345 "$ref" : " #/definitions/reportUnreachable"
13551346 },
1356- "reportShadowedImports" : {
1357- "$ref" : " #/definitions/reportShadowedImports"
1358- },
13591347 "reportImplicitOverride" : {
13601348 "$ref" : " #/definitions/reportImplicitOverride"
13611349 },
You can’t perform that action at this time.
0 commit comments