(name: str, api: SemanticAnalyzerPluginInterface, context: Context)
| 796 | |
| 797 | |
| 798 | def error_invalid_config_value(name: str, api: SemanticAnalyzerPluginInterface, context: Context) -> None: |
| 799 | api.fail(f'Invalid value for "Config.{name}"', context, code=ERROR_CONFIG) |
| 800 | |
| 801 | |
| 802 | def error_required_dynamic_aliases(api: SemanticAnalyzerPluginInterface, context: Context) -> None: |