Giter Club home page Giter Club logo

Comments (10)

luzpaz avatar luzpaz commented on July 3, 2024 1

Found https://blog.eleven-labs.com/en/how-to-check-the-spelling-of-your-docs-from-travis-ci/

from codespell.

larsoner avatar larsoner commented on July 3, 2024

We use it here:

https://github.com/mne-tools/mne-python/blob/master/.travis.yml#L173

And the Makefile (make codespell for interactive mode and make codespell-error for CI):

https://github.com/mne-tools/mne-python/blob/master/Makefile#L99

from codespell.

luzpaz avatar luzpaz commented on July 3, 2024

Cool! Perhaps we can flesh this out in to a guide on the wiki ?

from codespell.

luzpaz avatar luzpaz commented on July 3, 2024

@larsoner Looks like it's possible to notify submitter of the results using a github token. Does mne-tools/mne-python do this ?

curl -i -H "Authorization: token $GITHUB_TOKEN" \
    -H "Content-Type: application/json" \
    -X POST -d "{\"body\":\"$ASPELL_RESULTS\"}" \
    https://api.github.com/repos/eleven-labs/eleven-labs.github.io/issues/$TRAVIS_PULL_REQUEST/comments

from codespell.

larsoner avatar larsoner commented on July 3, 2024

No we don't bother, just let the red CI status lead them to check. But it sounds potentially useful.

from codespell.

luzpaz avatar luzpaz commented on July 3, 2024

Lets keep this is open while I study this, larsoner. Then I'll write a short tut on how to integrate it and add it to the README.

from codespell.

luzpaz avatar luzpaz commented on July 3, 2024

My progress: https://gist.github.com/luzpaz/76c7cbbb7edcb916f1ce69a14453478a

from codespell.

luzpaz avatar luzpaz commented on July 3, 2024

Here is how you tell codespell to run on all changed files in a submitted PR:

mapfile -t files < <(git diff --name-only $TRAVIS_COMMIT_RANGE); codespell -d -q 3 -S "$CODESPELL_SKIPS" -I ./whitelist.txt  "${files[@]}"

from codespell.

larsoner avatar larsoner commented on July 3, 2024

Closing as solved

from codespell.

luzpaz avatar luzpaz commented on July 3, 2024

Folks over at numpy have another solution: numpy/numpy#13694

from codespell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.