Skip to content

Commit

Permalink
Add repro for #1115
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Feb 17, 2024
1 parent cbcdb74 commit 6d867b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/smoke_test.sh
Expand Up @@ -11,6 +11,11 @@ mix credo --strict --mute-exit-status
mix credo --strict --enable-disabled-checks . --mute-exit-status
mix credo --debug --mute-exit-status
mix credo --strict --format=sarif --mute-exit-status

# repro for editor integrations
# should not find any issues, therefore exit status is not muted
mix credo lib/credo.ex --read-from-stdin --strict < lib/credo.ex

mix credo list --mute-exit-status
mix credo suggest --mute-exit-status
mix credo diff HEAD^ --mute-exit-status
Expand Down

0 comments on commit 6d867b2

Please sign in to comment.