Skip to content

Commit

Permalink
Remove not needed part from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Sep 18, 2024
1 parent 966612e commit 3012aa9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def project do
# don't do this:
clean: "deps.unlock --unused",

# do this:
# do this:
clean: ["clean", "deps.unlock --unused"],
],
#
Expand Down Expand Up @@ -107,7 +107,7 @@ def project do
#
unused: [
checks: [
# find public functions that could be private
# find public functions that could be private
MixUnused.Analyzers.Private,
# find unused public functions
MixUnused.Analyzers.Unused,
Expand All @@ -127,8 +127,6 @@ end
It supports the following options:

- `checks`: list of analyzer modules to use.
In alternative to the default set, you can use the [MixUnused.Analyzers.Unreachable](`MixUnused.Analyzers.Unreachable`)
check (see the specific [guide](guides/unreachable-analyzer.md)).

- `ignore`: list of ignored functions, example:

Expand Down

0 comments on commit 3012aa9

Please sign in to comment.