.codespellrc 330 B

1234567891011
  1. [codespell]
  2. # Skip data tables that contain many short server identifiers (e.g. "fof", "nd")
  3. skip =
  4. lgsm/data/*.csv,
  5. package-lock.json,
  6. */package-lock.json,
  7. node_modules,
  8. */node_modules/*
  9. # Ignore common identifiers/acronyms and extensions used throughout LinuxGSM
  10. ignore-words-list = distroname,fof,nd,sav,parms,ThirdParty