Skip to content
New issue

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

hasMacroParentheses #20

Closed
allanbowe opened this issue Apr 5, 2021 · 1 comment · Fixed by #22
Closed

hasMacroParentheses #20

allanbowe opened this issue Apr 5, 2021 · 1 comment · Fixed by #22
Assignees
Labels

Comments

@allanbowe
Copy link
Member

In SAS it's possible to define a macro without parentheses. However this can cause problems if the signature of that macro is ever extended, eg:

image

We should add a check to ensure that macros are always defined with parentheses, eg:

%macro SOMENAME(

We should throw a warning if the opening parenthesis is not immediately after the macro name (sas allows spaces here, but we can be a bit more strict).

hasMacroParentheses:true (default, true)

@ghost
Copy link

ghost commented Apr 6, 2021

🎉 This issue has been resolved in version 1.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ghost ghost added the released label Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants