Edit

kc3-lang/brotli/scripts/typos.toml

Branch :

  • Show log

    Commit

  • Author : Evgenii Kliuchnikov
    Date : 2025-10-06 05:15:35
    Hash : 34e43eb0
    Message : fix typos PiperOrigin-RevId: 815676548

  • scripts/typos.toml
  • [default]
    extend-ignore-re = [
      "(?Rm)^.*// notypo$",  # disable check in current line
      "(?s)(#|//)\\s*typo:off.*?\\n\\s*(#|//)\\s*typo:on",  # disable check in block
      "0x[0-9a-fA-F]+[ ,u]",  # hexadecimal literal
      "\\W2-nd\\W",  # second
      "\\W2\\^nd\\W",  # second with superscript
    ]
    
    [default.extend-words]
    sais = "sais"  # SAIS library
    uncompressible = "uncompressible"  # personal choice
    flate = "flate"  # compression algorithm
    
    [default.extend-identifiers]
    gl_pathc = "gl_pathc"  # glob_t