fazibear/defql

View on GitHub
lib/defql/adapter/ecto/postgres.ex

Summary

Maintainability
Test Coverage

Module attribute @repo makes use of unsafe Application configuration call Application.get_env/2
Open

    @repo Application.get_env(:defql, :connection)[:repo]
Severity: Critical
Found in lib/defql/adapter/ecto/postgres.ex by credo

Module attribute @repo makes use of unsafe Application configuration call Application.get_env/2

There are no issues that match your filters.

Category
Status