Skip to content

Add a check to verify that there is no continuous line within an array index selection #38

Description

@SebastienRietteMTO

The following code should be reported as invalid:

A(:,:)=B(:, &
&,:)

But this check could be difficult to implement because it is difficult to distinguish between array and functions.
A possibility would be to report as invalid only when a ':' is present?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions