Skip to content

Commit

Permalink
fix: remove --ignore readability from credo in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
firestack committed Nov 30, 2023
1 parent da81df7 commit 05ace65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Check formatting
run: mix format --check-formatted
- name: Credo
run: mix credo --ignore readability
run: mix credo
- name: Run tests
run: mix test --cover
env:
Expand Down

0 comments on commit 05ace65

Please sign in to comment.