mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-01 04:10:29 +02:00
Adjust codespell config to minimize false positives etc
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
||||
skip = .git*,package-lock.json,*.css,.codespellrc
|
||||
check-hidden = true
|
||||
# ignore-regex =
|
||||
# Ignore super long lines -- must be minimized etc, acronyms
|
||||
# and some near hit variables
|
||||
ignore-regex = ^.{120,}|\b(currentY|FOM)\b
|
||||
# ignore-words-list =
|
||||
|
Reference in New Issue
Block a user