We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please can the linter report if an undeclared macro had been used?
Declared macros are considered to be:
<h4> SAS Macros </h4>
<h4> SAS Includes </h4>
SAS Macro keywords (such as %if,%then, and %do) should not trigger the rule.
%if
%then
%do
It is accepted that macros made available to a job through the SASAUTOS system option will trigger false positives.
SASAUTOS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please can the linter report if an undeclared macro had been used?
Declared macros are considered to be:
<h4> SAS Macros </h4>
section of a job's header<h4> SAS Includes </h4>
)SAS Macro keywords (such as
%if
,%then
, and%do
) should not trigger the rule.It is accepted that macros made available to a job through the
SASAUTOS
system option will trigger false positives.The text was updated successfully, but these errors were encountered: