sketch-hq / nicene

Additional Credo checks
MIT License
39 stars 7 forks source link

Make sure ecto schema and embedded schemas can co-exist #34

Closed dorianamouroux closed 2 years ago

dorianamouroux commented 2 years ago

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