Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Code analysis rule for documentation not working if parentheses are not on the same line #33

Closed
rvanbekkum opened this issue Oct 2, 2020 · 1 comment
Assignees
Milestone

Comments

@rvanbekkum
Copy link

Dear @365businessdev team,
Through this issue I would like to report the following issue. If you have a procedure and the parentheses are not on the same line, then the code analysis rule that checks for documentation is not working correctly.
Example:

    procedure MyProcedure(
        MyExample: Record Customer
    )
    var
        myInt: Integer;
    begin

    end;

(N.B. I did not add documentation for the procedure, so we would expect an info message from the code analysis rule, but it does not show up)

I know you are working on refactoring the extension, and still overall the current version works pretty well, but I am reporting this, so that you could maybe take these scenarios into account 😄.

@sirhc101
Copy link
Collaborator

sirhc101 commented Oct 4, 2020

Thank you @rvanbekkum. I've added this scenario into our test collection for the upcoming version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants