We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c44d9 commit c99499bCopy full SHA for c99499b
lib/credo/cli/command/diff/diff_output.ex
@@ -41,7 +41,7 @@ defmodule Credo.CLI.Command.Diff.DiffOutput do
41
--enable-disabled-checks Re-enable disabled checks that match the given strings
42
--files-included Only include these files (accepts globs, can be used multiple times)
43
--files-excluded Exclude these files (accepts globs, can be used multiple times)
44
- --format Display the list in a specific format (json,flycheck,sarif,oneline)
+ --format Display the list in a specific format (json)
45
--from-dir Diff from the given directory
46
--from-git-ref Diff from the given Git ref
47
--from-git-merge-base Diff from where the current HEAD branched off from the given merge base
0 commit comments