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

LC0068 does not handle fully qualified table names #730

Closed
glynge opened this issue Aug 15, 2024 · 3 comments
Closed

LC0068 does not handle fully qualified table names #730

glynge opened this issue Aug 15, 2024 · 3 comments

Comments

@glynge
Copy link

glynge commented Aug 15, 2024

Hi

Thank you for your great work on LinterCop.

If you use fully qualified table names for tabledata in your Permissions property, LC0068 will give you a false positive: '...info LC0068: The current object is missing permission "x" for tabledata "y"'

It works perfectly if you use the "using" keyword for the namespace instead of using the fully qualified object name.

Expected:
As fully qualified object names are valid, I would expect LC0068 to also handle it correctly :-).

@StefanMaron
Copy link
Owner

Thanks, I missed that.

@StefanMaron
Copy link
Owner

Please retest with the most recent pre-release version

@glynge
Copy link
Author

glynge commented Aug 21, 2024

I can confirm it works here now (with latest pre-release version).
Thank you for your great support and for this fantastic Code Cop :-)

@glynge glynge closed this as completed Aug 21, 2024
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

No branches or pull requests

2 participants