-
Notifications
You must be signed in to change notification settings - Fork 275
Expand file tree
/
Copy path.codespellrc
More file actions
14 lines (14 loc) · 971 Bytes
/
Copy path.codespellrc
File metadata and controls
14 lines (14 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[codespell]
# Skip generated, vendored, binary, and lock files.
# graphx/ is ported from Apache Spark GraphX; keep it aligned with upstream.
# graphframes-connect-databricks/ holds local sbt build output (gitignored).
skip = .git,*.lock,poetry.lock,*.iml,target,build,dist,*_pb2*.py,*_pb2_grpc.py,graphx,graphframes-connect-databricks,*.svg,*.png,*.gif,*.parquet,*.csv,*.json,*.pom,*.semanticdb
# Identifiers and domain terms that are not misspellings:
# mis/MIS - Maximal Independent Set
# te/ser - local variable names in Scala tests/algorithms
# fof/mye/protocall/alledges - local variable names (camelCase) in tests
# afterall - ScalaTest `afterAll` lifecycle override
# jurney - maintainer surname (Russell Jurney)
# brin - Sergey Brin, co-founder of Google (PageRank co-inventor)
# ans/ques - Mermaid node ids for Answer/Question in generate_diagrams.py
ignore-words-list = mis,te,ser,fof,mye,protocall,alledges,afterall,jurney,brin,ans,ques