We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d69ac commit fefb5fbCopy full SHA for fefb5fb
1 file changed
lint.sh
@@ -15,4 +15,4 @@ for i in bin/* sbin/*; do
15
done
16
17
echo 'Checking that all `jq` invocations pass `-r`.' # Otherwise results tend to be quoted, which is almost never what you want in this project.
18
-( ! grep -rn 'jq ' | grep -ve rpm-ostree -e 'jq -r')
+( ! grep --exclude-dir=.git -rn 'jq ' | grep -ve rpm-ostree -e 'jq -r')
0 commit comments