Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--ignore <path1,path2> is not ignoring paths #1573

Closed
amunrarara opened this issue Aug 3, 2022 · 1 comment
Closed

--ignore <path1,path2> is not ignoring paths #1573

amunrarara opened this issue Aug 3, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@amunrarara
Copy link

amunrarara commented Aug 3, 2022

Describe the bug

When running svelte-check with the --ignore flag, it is not actually ignoring the paths I've specified. I'm running it as a package.json script, using yarn. Please see "Reproduction" for the exact command.

Reproduction

//package.json
{
   "scripts": {
      ...
      "scheck": "yarn scheck:base --tsconfig ./tsconfig.json",
      "scheck:base": "svelte-check --threshold warning --fail-on-warnings --ignore \"src/routes/spike,src/routes/dev,src/lib/vendor\"",
      ...
}}
//tsconfig.json
{
  "extends": "./.svelte-kit/tsconfig.json",
  "compilerOptions": {
    "strict": true,
  }
}

Expected behaviour

The paths specified following --ignore should be ignored

System Info

  • OS: MacOS Big Sur 11.6.4
  • IDE: VSCode

Which package is the issue about?

svelte-check

Additional Information, eg. Screenshots

No response

@amunrarara amunrarara added the bug Something isn't working label Aug 3, 2022
@dummdidumm
Copy link
Member

Duplicate of #1495

@dummdidumm dummdidumm marked this as a duplicate of #1495 Aug 3, 2022
@dummdidumm dummdidumm closed this as not planned Won't fix, can't repro, duplicate, stale Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants