Skip to content

Commit fa936ff

Browse files
committed
chore: remove the comments added by igniter.gen.task
1 parent 06bb4b0 commit fa936ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/mix/tasks/sentry.install.ex

-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ if Code.ensure_loaded?(Igniter) do
4646
adds_deps: [{:jason, "~> 1.2"}, {:hackney, "~> 1.8"}],
4747
example: __MODULE__.Docs.example(),
4848
schema: [dsn: :string],
49-
# Default values for the options in the `schema`
5049
defaults: [dsn: "<your_dsn>"]
5150
}
5251
end
@@ -55,7 +54,6 @@ if Code.ensure_loaded?(Igniter) do
5554
def igniter(igniter) do
5655
app_name = Igniter.Project.Application.app_name(igniter)
5756

58-
# Do your work here and return an updated igniter
5957
igniter
6058
|> Igniter.Project.Config.configure(
6159
"prod.exs",

0 commit comments

Comments
 (0)