You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
stb/SOURCES/stb.rpmlintrc

23 lines
1.2 KiB

# Not real spelling errors
# - "trunc", "eucl", "qsort", "snprintf" are C function names
# - "va" and "args" are from "va_args"
# - "sprintfs" refers to "the various flavors of sprintf functions"
# - "ryg" is a username/handle
# - "Doesn" is from "Doesnt"
# - "zlib" is a library name
# - "Ogg" is a format
# - "init" is short for "initializer"
# - "stdlib" is short for "the C standard library"
# - "awesomest" is an informal variant of "most awesome"
addFilter(r"spelling-error \('([Mm]etapackage|[Pp]arser|[Ss]hader|[Rr]oadmap)s?',")
addFilter(r"spelling-error \('([Rr]eachability|([Tt]|[Uu]nt)raversable)',")
addFilter(r"spelling-error \('([Tt]ypesafe|[Dd]oesn|[Bb]andlimited|[Mm]orphable)',")
addFilter(r"spelling-error \('(trunc|eucl|qsort|snprintf|va|args|sprintfs)',")
addFilter(r"spelling-error \('(ryg|zlib|[Ii]nit|stdlib|[Aa]wesomest|Ogg)',")
addFilter(r"spelling-error \('([Ww]aveform|[Rr]escale|([Uu]p|[Dd]own)sample)s?',")
addFilter(r"spelling-error \('([Ee]mbeddable|[Rr]asterize|[Aa]ntialiasing)',")
# All documentation is in the -doc subpackage.
addFilter(r" no-documentation$")
# Consistency with upstream is more important.
addFilter(r" description-shorter-than-summary")