sketch-hq / nicene

Additional Credo checks
MIT License
39 stars 7 forks source link

Warn if Ecto schemas aren't kept with only other schemas #6

Closed devonestes closed 4 years ago

devonestes commented 4 years ago

This is a preliminary implementation of this feature. The determination of whether a file defines an Ecto schema or not is pretty naive, but it might be enough. We'll see if we run into edge cases when it's added to a real application and then we'll update as we get more information.

Resolves #3