codeclimate/codeclimate-yaml

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

Summary

Maintainability
A
0 mins
Test Coverage
module CC
  module Yaml
    module Nodes
      class Ratings < Mapping
        map :paths, to: GlobList
      end
    end
  end
end