Skip to content

Commit f94cc9e

Browse files
Document --disable-error-code config option (#9539)
Co-authored-by: Shantanu <[email protected]>
1 parent 89de623 commit f94cc9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/config_file.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,12 @@ Miscellaneous strictness flags
529529
Allows variables to be redefined with an arbitrary type, as long as the redefinition
530530
is in the same block and nesting level as the original definition.
531531

532+
.. confval:: disable_error_code
533+
534+
:type: comma-separated list of strings
535+
536+
Allows disabling one or multiple error codes globally.
537+
532538
.. confval:: implicit_reexport
533539

534540
:type: boolean

0 commit comments

Comments
 (0)