Skip to content

Commit

Permalink
add spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed May 27, 2024
1 parent 1b801cc commit e97139f
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 409 deletions.
7 changes: 7 additions & 0 deletions .languagetoolrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
// allowed words (regexps are supported)
ignore: [
'хекслет',
'хекслете',
],
};
3 changes: 3 additions & 0 deletions course.mk
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,6 @@ markdown-lint:

markdown-lint-fix:
npx markdownlint -f -c ../../../.markdownlint.json ${CURDIR}

spellcheck:
npx languagetool-node ./**/*.md
Loading

0 comments on commit e97139f

Please sign in to comment.