Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
rag-system
rag-system
/
t
/
greplint
/
bare-grep-lint-ok.test
Code
Commits
Pulls
CI/CD
81,972
jch
bisect
jch
maint
master
next
seen
test
todo
test
4 lines
113 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'grep with lint-ok annotation is not flagged'
'
2
grep pattern file && # lint-ok
3
echo done
4
'