You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to ensure good developer experience, we want to allow developers to run the same commands on their workstations as is run by the CI.
Unfortunately this is not possible with spellcheck-github-actions, as it relies on .spellcheck.yaml whereas pyspellcheck relies on .pyspelling.yaml.
This means that we either cater to the github action and tell our developers to run pyspelling with the -c flag set, or we have to change the config for the action to explicitly include .pyspelling.yaml.
Given that the PySpelling default config location is .pyspelling.yaml it would be great if this file was also added to the list of default configuration files.
If people are open to this change, I'm more than happy to create the PR to fix it! :)
The text was updated successfully, but these errors were encountered:
In order to ensure good developer experience, we want to allow developers to run the same commands on their workstations as is run by the CI.
Unfortunately this is not possible with spellcheck-github-actions, as it relies on
.spellcheck.yaml
whereaspyspellcheck
relies on.pyspelling.yaml
.This means that we either cater to the github action and tell our developers to run
pyspelling
with the-c
flag set, or we have to change the config for the action to explicitly include.pyspelling.yaml
.Given that the
PySpelling
default config location is.pyspelling.yaml
it would be great if this file was also added to the list of default configuration files.If people are open to this change, I'm more than happy to create the PR to fix it! :)
The text was updated successfully, but these errors were encountered: