-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Added Advanced Stats Module #84
Conversation
This commit fixes the style issues introduced in d02d30a according to the output from rubocop. Details: https://deepsource.io/gh/645engineering/iex-ruby-client/transform/a5303650-f529-49c4-96bf-f3f264cde5cd/ Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
This commit fixes the style issues introduced in 61362de according to the output from rubocop. Details: https://deepsource.io/gh/645engineering/iex-ruby-client/transform/b08e6c74-06ae-406d-beda-bae0a66154bc/ Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
LGTM. I'm not sure about the deepsource and .env but I'll let more people comment on that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DotEnv is cool, thanks.
I've never heard of DeepSource until now. Let's leave it out for this PR, I presume we'd want it with badges & al here if we do? As is it just adds a file that will be dangling here.
The .env construct is pretty common, instead of having to rely on |
@dblock Makes sense, just removed the .toml file. Should be good to go. |
Merged, thanks. |
Taking over orphaned #53.
@dblock I also added dotenv to help with the ENV issue for generating VCRs. I lazily added DeepSource as well to run transformers for me because I forget to locally :)