https://bugzilla.wikimedia.org/show_bug.cgi?id=69478
--- Comment #1 from Antoine "hashar" Musso <[email protected]> --- I have refactored the tabs job in Jenkins. The command I ended up with is: echo "Looking for tabulations in files matching: {fileselector}" set -x (grep --recursive -P '^\t' --exclude-dir='.git' --include='{fileselector}' .) && HAS_TAB=1 || HAS_TAB=0 exit $HAS_TAB -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
