Main messages
| E0001: | Used when a syntax error is raised for a module. |
|---|---|
| E0011: | Unrecognized file option %r Used when an unknown inline option is encountered. |
| E0012: | Bad option value %r Used when a bad value for an inline option is encountered. |
| I0001: | Unable to run raw checkers on built-in module %s Used to inform that a built-in module has not been checked using the raw checkers. |
| I0010: | Unable to consider inline option %r Used when an inline option is either badly formatted or can't be used inside modules. |
| I0011: | Locally disabling %s Used when an inline option disables a message or a messages category. |
| I0012: | Locally enabling %s Used when an inline option enables a message or a messages category. |
| I0013: | Ignoring entire file Used to inform that the file will not be checked |
| F0001: | Used when an error occured preventing the analysis of a module (unable to find it for instance). |
| F0002: | %s: %s Used when an unexpected error occured while building the ASTNG representation. This is usually accompanied by a traceback. Please report such errors ! |
| F0003: | ignored builtin module %s Used to indicate that the user asked to analyze a builtin module which has been skipped. |
| F0004: | unexpected infered value %s Used to indicate that some value of an unexpected type has been infered. |