Skip to content

Commit

Permalink
Update codespell integration and fix reported issues (#599)
Browse files Browse the repository at this point in the history
* Update codespell integration and fix reported issues

* Update .codespellrc

---------

Co-authored-by: James Mitchell <james-d-mitchell@users.noreply.github.com>
  • Loading branch information
fingolfin and james-d-mitchell authored Jan 5, 2024
1 parent f0d061a commit 1f77c1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[codespell]
skip = ./.git,./tmp,./data,./extern,./tst,./bin,./libtool,configure,configure~,./gh-pages,./autom4te.cache,./cnf,aclocal.m4,./m4,./doc/*.log,./doc/*.html,./doc/*.txt,./doc/*.six,./doc/*.js,./doc/*.bbl,./doc/*.tex,./doc/*.bib
ignore-words-list=ist,MIS,mis
ignore-words-list=ist,manuel,MIS,mis
4 changes: 2 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v1.0
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
2 changes: 1 addition & 1 deletion doc/z-chap9.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<Item>
<E>DiSparse6</E> is a new format based on <E> Sparse6 </E>, but
designed for digraphs. In this format the list of edges is
partitioned into inceasing and decreasing edges, depending whether the
partitioned into increasing and decreasing edges, depending whether the
edge has its source bigger than the range. Then both sets of edges are
written separately in <E> Sparse6 </E> format with a separation symbol
in between.
Expand Down

0 comments on commit 1f77c1f

Please sign in to comment.