jazzarati/csv_piper

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  rubocop:
    enabled: true
  fixme:
    enabled: true
ratings:
  paths:
  - "**.rb"
languages:
  Ruby: true
exclude_paths:
- vendor/**/*
- "*.md"
- "*.yml"
- "*.txt"
- ".rspec"
- ".gitignore"