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

LC0003 / LC0005 - False Positive - OptionMembers #199

Open
pri-kise opened this issue Jun 13, 2022 · 0 comments
Open

LC0003 / LC0005 - False Positive - OptionMembers #199

pri-kise opened this issue Jun 13, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@pri-kise
Copy link

pri-kise commented Jun 13, 2022

We receive the following warnings, that are clearly a false positive.

warning LC0005: Wrong casing detected! Use ,Hide Amounts,Hide Line instead.

warning LC0003: Do not use an Object ID for properties or variables declaration. Use ,Hide Amounts,Hide Line instead.

field(50000; "My Option"; Option)
{
    Caption = 'My Option';
    DataClassification = CustomerContent;
    OptionCaption = ' ,Hide Amounts,Hide Line';
    OptionMembers = " ","Hide Amounts","Hide Line";
}
@pri-kise pri-kise changed the title LC0005 - False Positive - OptionMembers LC0003 / LC0005 - False Positive - OptionMembers Jun 13, 2022
@StefanMaron StefanMaron added the bug Something isn't working label Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants