Message Groups
The message group priority appears as the first token on an output report line. Message group priorities and their associated message group names (which are listed as a hierarchical tree in the Rules section when you select to customize message rules) are as follows:
|
Message Group Priority
|
Message Group Name
|
|
ALERT
|
alert is the group of messages that are notifications.
|
|
ERROR
|
error is the group of messages that are considered errors.
|
|
ERROR GLOBAL
|
error global is the list of variables used as both globals and locals.
|
|
EXTERNAL GLOBAL
|
external global is the list of variables defined externally as globals.
|
|
FATAL ERROR
|
fatal error is the group of messages that prevent SKILL Lint from proceeding with analysis.
|
|
HINT
|
hint is the group of messages that tell you how to make your code more efficient.
|
|
INFORMATION
|
information is all general information messages.
|
|
INTERNAL
|
internal is the group of messages about failures of the reporting mechanism.
|
|
INTERNAL ALERT
|
internal alert is a group of messages to flag SKILL code that will not work in the next release.
|
|
PACKAGE GLOBAL
|
package global is the list of global variables that begin with the package prefix.
|
|
SUGGESTION
|
suggestion is the group of messages that indicate possible ways you can increase the performance of your code.
|
|
UNUSED VARS
|
unused vars is the list of local variables that do not appear to be referenced.
|
|
WARNING
|
warning is the group of messages that are potential errors.
|
|
WARNING GLOBAL
|
warning global is the list of global variables that do not begin with a package prefix.
|
Related Topics
SKILL Lint
SKILL Lint Features
Built-In Messages
SKILL Lint PASS/FAIL and IQ Algorithms
Return to top