-
https://hexdocs.pm/credo/Credo.Check.Warning.IoInspect.html
-
Reference: https://hexdocs.pm/credo/Credo.Check.Refactor.FilterFilter.html
-
### Environment
* Credo version (`mix credo -v`): 1.5.4-ref.nobranch.nocommit
* Erlang/Elixir version (`elixir -v`): Elixir 1.11.2 (compiled with Erlang/OTP 23)
* Operating system: Ubuntu 20.04
…
-
### What do you want Credo to do?
Today the `Credo.Check.Readability.AliasAs` errors for any use of the `:as` option on aliases. My problem with that is that there are some module that you don't ha…
-
Buon pomeriggio,
ho sostituito il file di lingua BR-pt.csv nel percorso indicato, il gioco risulta in italiano.
Il gioco quindi si avvia, nel momento in cui però dalle impostazioni clicco su salva,…
-
I realize this may be impossible or outside the scope of what credo can do, but I thought it would be nice to have this (lack of) behavior recorded somewhere. Feel free to close the issue if you don't…
-
Right now I have Atom, Credo, and the atom-credo linter package installed.
Is there a way for us Elixir devs to use this style guide in an automated way?
-
Installing the latest version of sonic-broadcom (supposed to be officially supported?), I am stuck pretty early in the process. The interfaces aren't up and aren't shown.
[sonic_dump_sonic_20240616_…
-
This issue is to discuss how we can add autocorrect functionality to Credo.
## What is it?
Autocorrect would enable Credo to programatically "correct" issues found in a given file
instead of on…
-
I'm working on the rewrite of codeclime engine: https://github.com/fazibear/codeclimate-credo
Right now it's quite complicated. It's a separate application that uses `credo` as the dependency. The …