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

Support naked subprograms in MissingImplicit rule #50

Open
bilal-chughtai opened this issue Mar 25, 2022 · 1 comment
Open

Support naked subprograms in MissingImplicit rule #50

bilal-chughtai opened this issue Mar 25, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@bilal-chughtai
Copy link
Contributor

At the minute, naked subprograms are ignored in the rule checking for implicit statements. We should try and find these too.

@bilal-chughtai
Copy link
Contributor Author

This is pretty easy - just need to add the following;

scope_units.extend(subject.path(['Function_Subprogram']))
scope_units.extend(subject.path(['Subroutine_Subprogram']))

and appropriate testing

@bilal-chughtai bilal-chughtai changed the title Support naked subprogram's in MissingImplicit rule Support naked subprograms in MissingImplicit rule Mar 25, 2022
@MatthewHambley MatthewHambley added the enhancement New feature or request label Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants