prasadtalasila/IRCLogParser

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
---
engines:
  checkstyle:
    enabled: true
    channel: "beta"
  csslint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby
      - javascript
      - python
      - php
  eslint:
    enabled: true
  fixme:
    enabled: true
  radon:
    enabled: true
  rubocop:
    enabled: true
ratings:
  paths:
  - "**.java"
  - "**.css"
  - "**.inc"
  - "**.js"
  - "**.jsx"
  - "**.module"
  - "**.php"
  - "**.py"
  - "**.rb"
exclude_paths:
- docs/
- sample/
- lib/deprecated/
- lib/slack/
- lib/scummvm/
- test/
- ext/
- ubuntu.py
- slack.py
- scummvm.py