Skip to content

Add conversion of case insensitive input to real path #11

Closed
@olabetskyi

Description

@olabetskyi

On windows we can accept case insensitive file names but cppcheck can't work with those> so we have issue like this:

C:\Users\danielm\cppcheck>c:\Users\danielm\run-cppcheck\run-cppcheck.exe "c:\Users\danielm\cppcheck\cli\main.cpp"
cppcheck: error: could not find any files matching the filter.

Because the real name of the disk is C and not c
Solution: add conversion of the file path to real path.

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