streetsidesoftware / cspell

A Spell Checker for Code!
https://cspell.org
MIT License
1.24k stars 92 forks source link

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

Closed tszhong0411 closed 3 months ago

tszhong0411 commented 3 months ago

Kind of Issue

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

github-actions[bot] commented 2 months ago

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.