TallariumCredo.Checks.EctoOnlyMacroSyntax (tallarium_credo v0.1.0)

This check has a base priority of high and works with any version of Elixir.

explanation

Explanation

Ecto.Query provides two syntaxes for building queries: the macro syntax and the keyword syntax. The macro syntax is preferred as it is more flexible.

check-specific-parameters

Check-Specific Parameters

There are no specific parameters for this check.

general-parameters

General Parameters

Like with all checks, general params can be applied.

Parameters can be configured via the .credo.exs config file.