Skip to content

Commit fefb5fb

Browse files
committed
Fix lint script locally
1 parent 61d69ac commit fefb5fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ for i in bin/* sbin/*; do
1515
done
1616

1717
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')
18+
( ! grep --exclude-dir=.git -rn 'jq ' | grep -ve rpm-ostree -e 'jq -r')

0 commit comments

Comments
 (0)