Add Pipfile Analyzer#2877
Conversation
jeremylong
left a comment
There was a problem hiding this comment.
Thank you for such a complete PR! Just one minor suggestions - unless you can think of any other way to obtain vendor information from pip...
|
@jeremylong do you know why the test failed? Looking into the logs it does not seem a problem with the commit. |
|
Apparently I broke the build. If you |
|
The idea is to 'git rebase main' the branch 'add-pipfile-support' and drop the last commit (ab94853)? |
ab94853 to
7533e9a
Compare
|
I think I did it. Now, the PR does not have an evidence for the VENDOR. Is it mandatory? I don't see that line in the PipAnalyzer for example. It only has these two lines: |
|
I just put the line adding the vendor evidence back. As to what happened - you likely accepted my change request in the github UI and did not pull the update back in before rebasing. Seriously - that you for such a complete PR! |
|
I'm sorry because I don't have a lot of experience with git and I got lost with the rebase. Now I see your commit in the pull request and the tests passing. Is everything ok now? Is there anything else that I have to do? |
|
Yup - everything is good. Thanks for the PR! |
Description of Change
Add a basic Pipfile Analyzer.
Have test cases been added to cover the new functionality?
yes