소스 검색

Adjust codespell config to minimize false positives etc

Yaroslav Halchenko 1 년 전
부모
커밋
e8ddb101de
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      .codespellrc

+ 3 - 1
.codespellrc

@@ -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 =