Generates a naming convention architecture test file.
mix arch_test.gen.naming
Creates test/arch/naming_arch_test.exs banning *Manager and *God module names and enforcing that Ecto schemas live under a Schemas namespace.
test/arch/naming_arch_test.exs
*Manager
*God
Schemas