We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4648ba9 commit e048871Copy full SHA for e048871
lib/credo/check/config_comment.ex
@@ -1,6 +1,6 @@
1
defmodule Credo.Check.ConfigComment do
2
@moduledoc """
3
- `ConfigComment` structs represent comments which follow control Credo's behaviour.
+ `ConfigComment` structs represent comments which control Credo's behaviour.
4
5
The following comments are supported:
6
lib/credo/check/warning/mix_env.ex
@@ -84,7 +84,7 @@ defmodule Credo.Check.Warning.MixEnv do
84
defp issue_for(issue_meta, meta) do
85
format_issue(
86
issue_meta,
87
- message: "There should be no calls to Mix.env in application code.",
+ message: "There should be no calls to `Mix.env` in application code.",
88
trigger: "Mix.env",
89
line_no: meta[:line],
90
column: meta[:column]
0 commit comments