Skip to content

Spellcheck not specific #328

@ajm19826

Description

@ajm19826
----------------------------------------------------------------
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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestsupportSupport not requiring code changes

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions