Skip to content
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

Merged
merged 6 commits into from
Oct 21, 2020
Merged

Added Advanced Stats Module #84

merged 6 commits into from
Oct 21, 2020

Conversation

FanaHOVA
Copy link
Contributor

@FanaHOVA FanaHOVA commented Oct 21, 2020

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 :)

Jean-lucLanglois and others added 5 commits October 20, 2020 20:18
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>
This was referenced Oct 21, 2020
@rodolfobandeira
Copy link
Collaborator

LGTM. I'm not sure about the deepsource and .env but I'll let more people comment on that

Copy link
Owner

@dblock dblock left a 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.

@dblock
Copy link
Owner

dblock commented Oct 21, 2020

LGTM. I'm not sure about the deepsource and .env but I'll let more people comment on that

The .env construct is pretty common, instead of having to rely on export you can have a .env file that does not get checked in (we already include it in .gitignore) and load it via dotenv. That's what I typically do in development and the addition here makes it "just work".

@FanaHOVA
Copy link
Contributor Author

@dblock Makes sense, just removed the .toml file. Should be good to go.

@dblock dblock merged commit 5ee8fe6 into dblock:master Oct 21, 2020
@dblock
Copy link
Owner

dblock commented Oct 21, 2020

Merged, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants