# 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-file-in-etc-skel       ~~ ^etc/skel/(?!\.(bash(rc|_logout)|m?kshrc|profile)).
package-contains-python-coverage-file   ~~ (^|/)\.coverage$
package-contains-python-doctree-file    ~~ \.doctree(\.gz)?$
package-contains-python-hypothesis-example    ~~ /\.hypothesis/examples/[^\)]+/.+
package-contains-python-tests-in-global-namespace    ~~ ^usr/lib/python[^\/]+/(dist|site)-packages/test_.+\.py$
