Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
chainlint
/
one-liner.expect
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
expect
9 lines
205 Bytes
Copy permalink
Copy
Raw
1
2 (foo && bar) &&
2
3 (foo && bar) |
3
4 (foo && bar) >baz &&
4
5
5
6 (foo; ?!LINT: missing '&&'?! bar) &&
6
7 (foo; ?!LINT: missing '&&'?! bar) |
7
8 (foo; ?!LINT: missing '&&'?! bar) >baz &&
8
9
9
10 (foo "bar; baz")