Hi there,
We are currently trying to implement sobelow into our CI pipeline.
Followed the steps to create a .sobelow-skips file and push this to the repository.
But while running:
mix sobelow --skip --exit Low
It's not picking up the .sobelow-skips file. It returns all the issues as before adding the skips file.
Locally it's working correctly.
Couple of hunches we tried:
- Check if the
.sobelow-skips file file is available ✅ . => Is found and printed in the CI.
- Specify explicitly the root folder with the
-r /path/to ✅ => Didn't fix the issue.
Wonder what else we can try to solve this.
Hope you can help us out! 🙌
Cheers!
Hi there,
We are currently trying to implement sobelow into our CI pipeline.
Followed the steps to create a
.sobelow-skipsfile and push this to the repository.But while running:
mix sobelow --skip --exit LowIt's not picking up the
.sobelow-skipsfile. It returns all the issues as before adding the skips file.Locally it's working correctly.
Couple of hunches we tried:
.sobelow-skipsfile file is available ✅ . => Is found and printed in the CI.-r /path/to✅ => Didn't fix the issue.Wonder what else we can try to solve this.
Hope you can help us out! 🙌
Cheers!