Skip to content

excludedPaths does not work expectedly on Windows #247

@kakkun61

Description

@kakkun61

Where there is an elm-analyse.json like following, elm-analyse includes files like elm-mdc\src\Internal\Button\Model.elm on Windows.

{
  "excludedPaths": [
      "elm-mdc/src"
  ]
}

Although the following configuration works expectedly, this is inconvenient for Linux or macOS users.

{
  "excludedPaths": [
      "elm-mdc\\src"
  ]
}

I think that elm-mdc/src must match elm-mdc\src\foo\Bar.elm.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions