You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the referenced line in this issue has a typo in it and should read :tidy_ex instead of :tidyt_ex (notice the extra t). This causes a warning to be thrown when attempting to configure options using Mix.Config, such as:
Raises the following warning when evaluating the configs:
You have configured application :tidyt_ex in your configuration file,
but the application is not available.
This usually means one of:
1. You have not added the application as a dependency in a mix.exs file.
2. You are configuring an application that does not really exist.
Please ensure :tidyt_ex exists or remove the configuration.
I believe the referenced line in this issue has a typo in it and should read
:tidy_ex
instead of:tidyt_ex
(notice the extrat
). This causes a warning to be thrown when attempting to configure options using Mix.Config, such as:in
config.exs
Raises the following warning when evaluating the configs:
tidy_ex/lib/tidy_ex.ex
Line 41 in 445986c
The text was updated successfully, but these errors were encountered: