# Simple checks against (entire) filenames
# Format: tag ~~ $fname regexp
file-name-contains-wildcard-character   ~~ [*?]
package-contains-compiled-glib-schema   ~~ ^usr/share/glib-[^\/]+/schemas/gschemas\.compiled$
package-contains-python-coverage-file   ~~ (^|/)\.coverage$
package-contains-python-doctree-file    ~~ \.doctree$
package-contains-python-hypothesis-example    ~~ /\.hypothesis/examples/[^\)]+/.+
