Refactoring mining.base class
stefanodallapalma
released this
31 May 12:51
·
12 commits
to master
since this release
Refactored mining.BaseMiner
. Code for method discard_undesired_fixing_commits()
has been abstracted and moved to the parent class BaseMiner instead of its children AnsibleMiner and ToscaMiner. To that end, that method uses the abstract method ignore_file()
to function properly.