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

New Rule: Forbid unpacked array declarations #1

Merged
merged 2 commits into from
Feb 16, 2024
Merged

Conversation

ronitnallagatla
Copy link
Owner

This PR implements a lint rule check that forbids unpacked array declarations.

The implementation checks if there is a RefNode::UnpackedDimension which corresponds to a variable's unpacked dimension and fails the lint check.

Relevant Issues:

@5han7anu-S 5han7anu-S self-requested a review February 16, 2024 01:15
Copy link
Collaborator

@ShreChinno ShreChinno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@5han7anu-S 5han7anu-S merged commit 0d8c36b into master Feb 16, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants