Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bear: Check dependency_results kwargs in execute()
Add `dependency_results` kwargs checking in `execute()` method. If `dependency_results` kwargs is defined but there are no dependency results (usually in Bear that has no dependency) delete the `dependency_results` kwargs, since most Bears don't define `dependency_results` kwargs in its `run()` function. Related to coala#2860
- Loading branch information