We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.mp4
cspell
8.9.0
Not sure / None
All of them
No response
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)
{ "$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" }
The text was updated successfully, but these errors were encountered:
fix: Make sure binary files are not checked.
491a3d4
fixes #5779 - add `.mp4` to the video list - treat unknown file types that contain 0x00 as binary.
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.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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.
Steps to Reproduce
No response
Expected Behavior
No response
Additional Information
No response
cspell.json
cspell.config.yaml
No response
Example Repository
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: