Skip to content

fix: project credo and dialyzer issues#1

Merged
ramonlimaramos merged 1 commit intomainfrom
rr/fix-typed
Apr 19, 2025
Merged

fix: project credo and dialyzer issues#1
ramonlimaramos merged 1 commit intomainfrom
rr/fix-typed

Conversation

@ramonlimaramos
Copy link
Copy Markdown
Owner

  1. Fixed Credo issues:
    - Removed trailing whitespace and added final newlines to files
    - Fixed functions with excessive complexity
    - Fixed deeply nested function bodies
    - Properly ordered aliases alphabetically
    - Properly aliased nested modules
    - Fixed other style issues
  2. Fixed Dialyzer issues:
    - Updated conditional statements that were using if with cond do to avoid guard clause failures
    - Added appropriate ignores in the .dialyzer_ignore.exs file for unavoidable guard clause failures
    - Removed unused Chains aliases

@ramonlimaramos ramonlimaramos merged commit a74fbd5 into main Apr 19, 2025
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant