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

[Bug]: don't scan .mp4 #5779

Closed
2 tasks done
tszhong0411 opened this issue Jun 19, 2024 · 1 comment · Fixed by #5780 · 4 remaining pull requests
Closed
2 tasks done

[Bug]: don't scan .mp4 #5779

tszhong0411 opened this issue Jun 19, 2024 · 1 comment · Fixed by #5780 · 4 remaining pull requests

Comments

@tszhong0411
Copy link

tszhong0411 commented Jun 19, 2024

Kind of Issue

  • runtime - command-line tools

Tool or Library

cspell

Version

8.9.0

Supporting Library

Not sure / None

OS

All of them

OS Version

No response

Description

Why will the MP4 files be scanned? Or did I misunderstand something about configuration? I'm not sure.

demo.mp4:25552:1907 - Unknown word (vicut)

Steps to Reproduce

No response

Expected Behavior

No response

Additional Information

No response

cspell.json

{
  "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
  "dictionaries": ["libraries", "project-words", "names"],
  "dictionaryDefinitions": [
    {
      "description": "A list of libraries",
      "name": "libraries",
      "path": "./.cspell/libraries.txt"
    },
    {
      "description": "A list of project specific words",
      "name": "project-words",
      "path": "./.cspell/project-words.txt"
    },
    {
      "description": "A list of names (e.g. people, services, etc.)",
      "name": "names",
      "path": "./.cspell/names.txt"
    }
  ],
  "enableFiletypes": ["github-actions-workflow", "shellscript"],
  "files": ["**/{*,.*}.{js,cjs,mjs,jsx,ts,cts,mts,tsx,md,mdx,json}"],
  "language": "en-US",
  "useGitignore": true,
  "version": "0.2"
}

cspell.config.yaml

No response

Example Repository

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Copy link
Contributor

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.