You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lint directives in the preamble should not fire this diagnostic. This is to support the "boilerplate" use case where someone just wants to blanket except certain rules for any WDL document.
Other lint directives that don't actually suppress anything should emit a note. Detecting this will involve tracking what rules are being called with exceptable_add() and then looking through the CST.
The text was updated successfully, but these errors were encountered:
Lint directives in the preamble should not fire this diagnostic. This is to support the "boilerplate" use case where someone just wants to blanket
except
certain rules for any WDL document.Other lint directives that don't actually suppress anything should emit a
note
. Detecting this will involve tracking what rules are being called withexceptable_add()
and then looking through the CST.The text was updated successfully, but these errors were encountered: