surgeventures/surgex

View on GitHub
lib/surgex/database_cleaner/database_cleaner.ex

Summary

Maintainability
Test Coverage

Avoid apply/2 and apply/3 when the number of arguments is known
Open

          apply(repo, :delete_all, [table])

Avoid apply/2 and apply/3 when the number of arguments is known

Avoid apply/2 and apply/3 when the number of arguments is known
Open

          apply(repo, :query!, [sql, []])

Avoid apply/2 and apply/3 when the number of arguments is known

There are no issues that match your filters.

Category
Status