swkBerlin / kata-bootstraps

Empty projects for different languages with a failing test
MIT License
498 stars 347 forks source link

Delete config/config.exs for elixir skeleton #192

Closed hzeus closed 1 year ago

hzeus commented 1 year ago

Using the config module emits a warning:

warning: use Mix.Config is deprecated. Use the Config module instead
  config/config.exs:3

also, the config seems unneccessary, and mix new does not create the config file anymore

mklose commented 1 year ago

Thank you for contributing @hzeus ❤️, maybe you cloud also ad CI for elixir