DeleteFileAction: New action for DuplicateFileBear#2947
Open
akshatkarani wants to merge 2 commits intocoala:masterfrom
Open
DeleteFileAction: New action for DuplicateFileBear#2947akshatkarani wants to merge 2 commits intocoala:masterfrom
akshatkarani wants to merge 2 commits intocoala:masterfrom
Conversation
Member
Author
|
|
a843fea to
6bd5e2c
Compare
li-boxuan
reviewed
Sep 15, 2019
.ci/deps.python-packages.ps1
Outdated
| Checkpoint-Pip-Constraints | ||
|
|
||
| Install-Pip-Requirement 'git+https://github.com/coala/coala#egg=coala' | ||
| Install-Pip-Requirement 'git+https://github.com/akshatkarani/coala@nextgen#egg=coala' |
Member
There was a problem hiding this comment.
I suppose Temp changes can be removed now since coala/coala#6029 is merged
6bd5e2c to
2020472
Compare
This removes the file argument when result is yielded. Fixes coala#2945
Added a new action DeleteFileAction for DuplicateFileBear. Two instances of this action are added corresponding to the files. On applying it will delete one the file.
2020472 to
ad966a3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This removes the file argument when the result is yielded from
DuplicateFileBear.Fixes #2945
This also adds a new action for
DuplicateFileBear,DeleteFileAction.