ptomulik/puppet-portsng

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  rubocop:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
        - ruby
ratings:
  paths:
    - "**/Gemfile"
    - "**/Rakefile"
    - "**/Vagrantfile"
    - "lib/**/*.rb"
    - "spec/**/*.rb"
exclude_paths:
  - "spec/**/*_spec.rb"