Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve undefined check rules for Credo #427

Merged
merged 1 commit into from Oct 10, 2022

Conversation

kianmeng
Copy link
Contributor

Update credo.exs to resolve these:

$ mix credo --strict
...
** (config) Ignoring an undefined check: Credo.Check.Readability.NoParenthesesWhenZeroArity
** (config) Ignoring an undefined check: Credo.Check.Warning.NameRedeclarationByAssignment
** (config) Ignoring an undefined check: Credo.Check.Warning.NameRedeclarationByCase
** (config) Ignoring an undefined check: Credo.Check.Warning.NameRedeclarationByDef
** (config) Ignoring an undefined check: Credo.Check.Warning.NameRedeclarationByFn

Update credo.exs to resolve these:

    $ mix credo --strict
    ...
    ** (config) Ignoring an undefined check: Credo.Check.Readability.NoParenthesesWhenZeroArity
    ** (config) Ignoring an undefined check: Credo.Check.Warning.NameRedeclarationByAssignment
    ** (config) Ignoring an undefined check: Credo.Check.Warning.NameRedeclarationByCase
    ** (config) Ignoring an undefined check: Credo.Check.Warning.NameRedeclarationByDef
    ** (config) Ignoring an undefined check: Credo.Check.Warning.NameRedeclarationByFn
@philss philss merged commit 7d486f3 into philss:master Oct 10, 2022
@philss
Copy link
Owner

philss commented Oct 10, 2022

@kianmeng thank you! 💜

@kianmeng
Copy link
Contributor Author

🥳 🥳 🥳 🥳 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants