Skip to content

Exclude not working with absolute path in some cases #593

Description

@chriscerie

These are all executed from the selene-test workspace.

Works:

exclude = ["**/file.lua"]
selene C:\Users\chris\OneDrive\Documents\selene-test\src\file.lua

Works:

exclude = ["src/**"]
selene src/file.lua

Doesn't work:

exclude = ["src/**"]
selene C:\Users\chris\OneDrive\Documents\selene-test\src\file.lua

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-binArea: selene, the programC-bugCategory: Bug

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions