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

LC0005 field datatype with length #248

Open
Jupentti1 opened this issue Nov 24, 2022 · 0 comments · May be fixed by #640
Open

LC0005 field datatype with length #248

Jupentti1 opened this issue Nov 24, 2022 · 0 comments · May be fixed by #640
Labels
enhancement New feature or request

Comments

@Jupentti1
Copy link

Incorrectly cased field data types with length e.g. text[10] will not give LC0005 warning.

    field(2; Subject; text[10])
    {
        DataClassification = CustomerContent;
    }
    field(3; Body; coDe[10])
    {
        DataClassification = CustomerContent;
    }
@Arthurvdv Arthurvdv added the enhancement New feature or request label Oct 8, 2023
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
2 participants