Skip to content

Commit 6d867b2

Browse files
committed
Add repro for #1115
1 parent cbcdb74 commit 6d867b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/smoke_test.sh

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ mix credo --strict --mute-exit-status
1111
mix credo --strict --enable-disabled-checks . --mute-exit-status
1212
mix credo --debug --mute-exit-status
1313
mix credo --strict --format=sarif --mute-exit-status
14+
15+
# repro for editor integrations
16+
# should not find any issues, therefore exit status is not muted
17+
mix credo lib/credo.ex --read-from-stdin --strict < lib/credo.ex
18+
1419
mix credo list --mute-exit-status
1520
mix credo suggest --mute-exit-status
1621
mix credo diff HEAD^ --mute-exit-status

0 commit comments

Comments
 (0)