Documentation
¶
Overview ¶
Package overrides provides functionality for reading and writing YAML configuration files that specify error type handling overrides.
The package handles configuration files that allow users to explicitly specify how ambiguous error types should be treated by the errortype analyzer. It supports four categories of error type overrides:
- Pointer: Types that should always be used as pointers (*PointerError)
- Value: Types that should always be used as values (ValueError)
- Suppress: Types for which error diagnostics should be disabled
- Inconsistent: Types with mixed usage patterns (written to suggestion files)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.