-
-
Notifications
You must be signed in to change notification settings - Fork 750
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
Fixed typo in README and added instructions on how to virtualenv #457
Fixed typo in README and added instructions on how to virtualenv #457
Conversation
Codecov Report
@@ Coverage Diff @@
## master #457 +/- ##
=======================================
Coverage 91.74% 91.74%
=======================================
Files 30 30
Lines 4654 4654
=======================================
Hits 4270 4270
Misses 384 384
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Yes Dinesh! I'm personally a big pipenv fan, have you used it and do you think it could be a good choice here rather than venv? |
@@ -13,7 +13,7 @@ | |||
[![CircleCI](https://img.shields.io/circleci/build/gh/sqlfluff/sqlfluff/master?style=flat-square&logo=CircleCI)](https://circleci.com/gh/sqlfluff/sqlfluff/tree/master) | |||
[![ReadTheDocs](https://img.shields.io/readthedocs/sqlfluff?style=flat-square&logo=Read%20the%20Docs)](https://sqlfluff.readthedocs.io) | |||
|
|||
Bored of not having a good SQL linter that works with whichever dialiect you're | |||
Bored of not having a good SQL linter that works with whichever dialect you're |
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.
I just noticed this as well the other day, thanks for fixing!
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.
😄 I thought this was intentionally left there for new comers!
Personally, my vote is for |
Out of interest are you able to merge this now I've approved it @dnshio ? Or do I need to |
Have used |
I do not have permission to merge. Would be great if you could :) |
This looks like a really great open source project. I'd like to contribute to its development so I started reading your docs. I noticed a couple of small issues there so here's a PR to fix them.
With regards to instructions on
virtualenv
, I'm open to feedback on whether I should include more detail. Also, my improvement only recommends python'svenv
module rather than the independent virtualenv package. I believe in recommending a single tool and and python'svenv
module is best because it doesn't required additional installation.Let me know how I could improve this PR.