-
Notifications
You must be signed in to change notification settings - Fork 420
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
Bug - travis build fails relating to Elixir.Credo.Check.Consistency.SpaceAroundOperators
#463
Comments
This is happening for me, too. In my case it happens on my local machine: The project contains only defmodule KV do
end Running credo 0.8.8 I get:
(followed by a bunch of OTP spew) Elixir 1.6.0-dev (dd4fd6ab742acd75862e34e26dbdb86e0cf6453f) Let me know if I can help with the diagnosis by running stuff here. Dave |
I happens to me too:
|
I believe this is the commit in Elixir core where this changed: elixir-lang/elixir@455c2c3#diff-8e79b6aba4faa9923e1ed2defe97e290R140 Looks like there are several other regressions with Elixir 1.6 based on the tests |
@netflakes @pragdave @AndrewDryga @jbodah I fixed the initial problem on P.S. Sorry for being late to the party, I had a work thing keeping me away 😉 |
Is this still an issue? I upgraded to
|
@pdgonzalez872 You are right, of course 👍 It should be be fixed in the latest version of Credo. @netflakes If it is not, please feel free to re-open this issue! |
Was running afoul of Credo issue rrrene/credo#463 with Elixir 1.8.1 locally. Took it as an opportunity to pin versions and get on last-month versions of stuff
A project of mine fails to build in travis due to credo crashing - am unable to replicate this locally
Environment
mix credo -v
):elixir -v
): 1.5What were you trying to do?
Build this project in travis
https://github.com/netflakes/content_indexer
it runs this build & test sequence in travis CI:
MIX_ENV=test mix do deps.get, compile, credo --strict, test
Expected outcome
build to pass in travis ci - am not able to replicate this locally
Actual outcome
Error while running Elixir.Credo.Check.Consistency.SpaceAroundOperators
** (EXIT from #PID<0.74.0>) an exception was raised:
The text was updated successfully, but these errors were encountered: