diff options
author | swills <swills@FreeBSD.org> | 2016-01-22 00:18:42 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-01-22 00:18:42 +0800 |
commit | 81e766371cb73f77ef607068d68a348c9dfc27a1 (patch) | |
tree | 768c7e0089cb6dfaf6cea3e3429c7c37773fffe5 | |
parent | 7b62c6e4b6c45bd57af790884df0740f8597ec03 (diff) | |
download | freebsd-ports-gnome-81e766371cb73f77ef607068d68a348c9dfc27a1.tar.gz freebsd-ports-gnome-81e766371cb73f77ef607068d68a348c9dfc27a1.tar.zst freebsd-ports-gnome-81e766371cb73f77ef607068d68a348c9dfc27a1.zip |
exclude all gem stuff from path check
-rw-r--r-- | Mk/Scripts/qa.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh index 93b88e9cb69a..aca3df2e69de 100644 --- a/Mk/Scripts/qa.sh +++ b/Mk/Scripts/qa.sh @@ -151,9 +151,7 @@ paths() { [ -z "${f}" ] && continue # Ignore false-positive/harmless files case "${f}" in - */lib/ruby/gems/*/Makefile) continue ;; - */lib/ruby/gems/*/Makefile.html) continue ;; - */lib/ruby/gems/*/mkmf.log) continue ;; + */lib/ruby/gems/*) continue ;; */share/texmf-var/web2c/*/*.fmt) continue ;; */share/texmf-var/web2c/*/*.log) continue ;; esac |