home.social

#elixircredo — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #elixircredo, aggregated by home.social.

  1. Tomorrow back at my day job, I'll need to figure out why the custom Elixir credo plugin I created to run default credo against a diff from a remote default branch is being reported as diffing more than it should.

  2. I have been really digging in deep learning how the elixir credo library works. I recently learned "credo diff" isn't exactly what you would expect resulting in me creating a local variant of what I feel it should be. I'm now using a variant I created that does a diff based on only the files you modified and running credo against those files.

    I feel this functionality should be included in the core library.