-
Notifications
You must be signed in to change notification settings - Fork 40
Spellcheck not specific #328
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestsupportSupport not requiring code changesSupport not requiring code changes
Description
----------------------------------------------------------------
Checking files matching specification outlined in: >spellcheck.yaml<
Traceback (most recent call last):
File "/usr/local/bin/pyspelling", line 7, in <module>
sys.exit(main())
~~~~^^
File "/usr/local/lib/python3.14/site-packages/pyspelling/__main__.py", line 46, in main
return run(
args.config,
...<8 lines>...
skip_dict_compile=args.skip_dict_compile
)
File "/usr/local/lib/python3.14/site-packages/pyspelling/__main__.py", line 77, in run
for results in spellcheck(
~~~~~~~~~~^
config,
^^^^^^^
...<8 lines>...
skip_dict_compile=skip_dict_compile
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/pyspelling/__init__.py", line 719, in spellcheck
config = util.read_config(config_file)
File "/usr/local/lib/python3.14/site-packages/pyspelling/util/__init__.py", line 185, in read_config
raise ValueError(
...<5 lines>...
)
ValueError: Unable to find or load pyspelling configuration from spellcheck.yaml, for more details on configuration please read https://facelessuser.github.io/pyspelling/configuration/
----------------------------------------------------------------
Error: Files in repository contain spelling errors
It doesn't point out where the spell issues are.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestsupportSupport not requiring code changesSupport not requiring code changes