codeclimate/codeclimate-yaml

View on GitHub
lib/cc/yaml/nodes/engine_config.rb

Summary

Maintainability
A
0 mins
Test Coverage
module CC
  module Yaml
    module Nodes
      class EngineConfig < NestedConfig
        prefix_scalar :file
      end
    end
  end
end