Skip to content
New issue

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

implement spell-checking in Dockerfile.test #446

Open
modernNeo opened this issue Oct 23, 2023 · 0 comments
Open

implement spell-checking in Dockerfile.test #446

modernNeo opened this issue Oct 23, 2023 · 0 comments
Labels

Comments

@modernNeo
Copy link
Member

modernNeo commented Oct 23, 2023

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.

pyenchant/pyenchant#164
docker-library/python#111
python/cpython#65821
python/cpython#18380

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant