Skip to content

implement spell-checking in Dockerfile.test #446

@modernNeo

Description

@modernNeo

https://github.com/pylint-dev/pylint
https://pylint.readthedocs.io/en/latest/user_guide/configuration/all-options.html#spelling-checker
https://pyenchant.github.io/pyenchant/install.html

currently blocked by:

To detect the libenchant binaries, PyEnchant uses [ctypes.util.find_library()]  
(https://docs.python.org/3/library/ctypes.html#finding-shared-libraries), which requires ldconfig, gcc, objdump or ld to be installed.  
This is the case on most major distributions, however statically  
linked distributions (like Alpine Linux) might not bring along binutils by default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions