Skip to content

Commit

Permalink
mix.config warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Samkeer1 committed May 29, 2024
1 parent b933ab5 commit d4bd291
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/config.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config
# and its dependencies with the aid of the Config module.
import Config

# This configuration is loaded before any dependency and is restricted
# to this project. If another project depends on this project, this
Expand Down
2 changes: 1 addition & 1 deletion config/dev.exs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
use Mix.Config
import Config
2 changes: 1 addition & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
use Mix.Config
import Config
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :ecto_soft_delete, ecto_repos: [Ecto.SoftDelete.Test.Repo]

Expand Down
2 changes: 1 addition & 1 deletion config/test.exs.GH_actions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use Mix.Config
import Config

config :ecto_soft_delete, ecto_repos: [Ecto.SoftDelete.Test.Repo]

Expand Down

0 comments on commit d4bd291

Please sign in to comment.