Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

skUnignoreMessage

skUnignoreMessage( 
g_ignoreList 
) 
=> t

Description

Turns on the reporting of specified SKILL Lint messages. For a message to appear, both the message and its group have to be unignored.

When a message is ignored, reporting is turned off until a call to unignore that same message is made. If the message group hint was turned off, on all subsequent runs of SKILL Lint all messages in the group hint would not be printed. You can put calls to skUnignoreMessage in .skinit, the SKILL Lint startup file, in either the user’s home directory or under the your_install_dir/local directory. This startup file executes whenever you run SKILL Lint.

Arguments

g_ignoreList

String or list of messages that SKILL Lint will again output.

Value Returned

t

Always returns t.

Examples

Turns off reporting of all hint and unused variable messages.

skIgnoreMessage('(hint))
skIgnoreMessage("unused vars")

Turns on reporting of performance suggestion messages.

skUnignoreMessage('(suggestion))

Related Topics

Lint Functions

skDisableMessage

skIgnoreMessage

sklint

SKILL Lint messages

Message Groups


Return to top
 ⠀
X