expanded_list

in lib/cc/engine/file_list_resolver.rb [11:20]


      def expanded_list
        absolute_include_paths.flat_map do |path|
          if Dir.exist?(path)
            rubocop_runner.send(:find_target_files, [path])
          elsif rubocop_file_to_include?(path)
            path
          end
        end.compact
      end