Skip to content
Snippets Groups Projects
Commit 312d0d5d authored by Oliver Sander's avatar Oliver Sander
Browse files

[ci,codespell] Ignore all false positives

Plus, ignore everything in pybind11.  Since this is code we import
from outside I couldn't be bothered to fix the typos there, too.
parent a9ce2554
Branches
Tags
1 merge request!1149[CI] Run the `codespell` tool to find common spelling mistakes
Pipeline #52594 passed
Pipeline: Dune Nightly Test

#52595

    ......@@ -65,3 +65,5 @@ code-spelling-check:
    image: registry.dune-project.org/docker/ci/debian:11
    script:
    - codespell
    --ignore-words-list te,inout,incrementall,iif,\trun,referr,ba
    --skip pybind11
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment