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

Rule concerning label presence after end keyword on component declaration #1178

Closed
maltaisn opened this issue Jun 13, 2024 · 4 comments · Fixed by #1179
Closed

Rule concerning label presence after end keyword on component declaration #1178

maltaisn opened this issue Jun 13, 2024 · 4 comments · Fixed by #1179
Assignees

Comments

@maltaisn
Copy link

There doesn't appear to be a rule to add/remove the label after the end keyword on a component declaration, similar to process_018, package_014, architecture_024, etc.

Violation

end component;

Fix

end component comp;
@jeremiah-c-leary
Copy link
Owner

Evening @maltaisn ,

There doesn't appear to be a rule to add/remove the label after the end keyword on a component declaration, similar to process_018, package_014, architecture_024, etc.

You are correct. Not sure how I missed that one. I will add a rule for it.

--Jeremy

@jeremiah-c-leary
Copy link
Owner

Morning @maltaisn ,

I pushed an update for this to the issue-1178 branch. When you get a chance could you check it out on your end and let me know if it is working for you?

Thanks,

--Jeremy

@maltaisn
Copy link
Author

Thanks it works.

@jeremiah-c-leary
Copy link
Owner

Awesome, I will merge this to master.

--Jeremy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
2 participants