class Bake::Modernize::License::SkipList

def ignore?(commit)

Check if the given commit should be ignored.
def ignore?(commit)
	@revisions.include?(commit.oid)
end