Showing 20 of 20 total issues
Module attribute @connection makes use of unsafe Application configuration call Application.get_env/2 Open
Open
@connection Application.get_env(:defql, :connection)
- Read upRead up
- Exclude checks
Module attribute @adapter makes use of unsafe Application configuration call Application.get_env/2 Open
Open
@adapter Application.get_env(:defql, :connection)[:adapter]
- Read upRead up
- Exclude checks
Module attribute @repo makes use of unsafe Application configuration call Application.get_env/2 Open
Open
@repo Application.get_env(:defql, :connection)[:repo]
- Read upRead up
- Exclude checks
Space missing after comma Open
Open
defp to_map(list),do: Enum.into(list,%{})
- Read upRead up
- Exclude checks
Space missing after comma Open
Open
defp to_map(list),do: Enum.into(list,%{})
- Read upRead up
- Exclude checks