gitlab-org--gitlab-foss/scripts/lint-conflicts.sh
2017-08-01 12:06:56 +00:00

5 lines
132 B
Bash
Executable file

#!/bin/sh
output=`git ls-files -z | grep -zvE '\.(rb|js|haml)$' | xargs -0n1 grep -HEn '^<<<<<<< '`
echo $output
test -z "$output"