The Nicene.EctoSchemaDirectories prevents regular modules to be in the same folder with Ecto Schema module.
However, this rules prevented Ecto Embed schemas to be in the same folder, this PR addresses it to make sure Ecto Embed schema are considered schemas by the linter
Description
The
Nicene.EctoSchemaDirectories
prevents regular modules to be in the same folder with Ecto Schema module.However, this rules prevented Ecto Embed schemas to be in the same folder, this PR addresses it to make sure Ecto Embed schema are considered schemas by the linter