spec/cc/cli/analyze_spec.rb [70:80]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        write_cc_yaml(<<-EOYAML)
        plugins:
          rubocop:
            enabled: true
            exclude_patterns:
            - foo
        EOYAML

        expect_bridge(
          config: match_engines([
            CC::Config::Engine.new("structure", enabled: false, config: { "enabled" => true, "channel" => "stable" }),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/cc/cli/analyze_spec.rb [92:102]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        write_cc_yaml(<<-EOYAML)
        plugins:
          rubocop:
            enabled: true
            exclude_patterns:
            - foo
        EOYAML

        expect_bridge(
          config: match_engines([
            CC::Config::Engine.new("structure", enabled: false, config: { "enabled" => true, "channel" => "stable" }),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



