in lib/cc/engine/issue.rb [15:21]
def initialize(issue, path, cop_list: nil) @path = path @cop_list = cop_list super(issue) end