mirror of
https://github.com/1j01/textual-paint.git
synced 2024-11-28 01:34:42 +03:00
Enable reporting unnecessary "type: ignore" comments
This commit is contained in:
parent
15b35eaf5c
commit
36e809bc97
@ -17,6 +17,7 @@
|
|||||||
// reportUnknownMemberType caused numerous bogus errors,
|
// reportUnknownMemberType caused numerous bogus errors,
|
||||||
// with Textual's generic App[ResultType] and Screen[ScreenResultType] classes.
|
// with Textual's generic App[ResultType] and Screen[ScreenResultType] classes.
|
||||||
"reportUnknownMemberType": false,
|
"reportUnknownMemberType": false,
|
||||||
|
"reportUnnecessaryTypeIgnoreComment": "information",
|
||||||
|
|
||||||
// STRICT PROFILE
|
// STRICT PROFILE
|
||||||
// As far as I know, there's no way to inherit from strict and then loosen any rules,
|
// As far as I know, there's no way to inherit from strict and then loosen any rules,
|
||||||
@ -91,6 +92,6 @@
|
|||||||
"reportPropertyTypeMismatch": "none",
|
"reportPropertyTypeMismatch": "none",
|
||||||
"reportShadowedImports": "none",
|
"reportShadowedImports": "none",
|
||||||
"reportUninitializedInstanceVariable": "none",
|
"reportUninitializedInstanceVariable": "none",
|
||||||
"reportUnnecessaryTypeIgnoreComment": "none",
|
// "reportUnnecessaryTypeIgnoreComment": "none",
|
||||||
"reportUnusedCallResult": "none",
|
"reportUnusedCallResult": "none",
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user