Skip to content

Fix NoMethodError for calling modified_paths on nil pipeline

Igor Drozdov requested to merge id-undefined-modified_paths into master

What does this MR do and why?

Problem

We don't expect the case when a pipeline is nil while explicitly calling the method with nil in the execution tree

Solution

State that the rule is satisfied when a pipeline is nil

Merge request reports