https://github.com/owncloud/core
Raw File
Tip revision: 75893f8bde4f2ed1d495cb27456e07c912a1e83b authored by Sujith H on 25 January 2018, 09:08:42 UTC
Adding new symfony events to replace old hooks
Tip revision: 75893f8
.codeclimate.yml
---
engines:
  csslint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby
      - javascript
      - python
      - php
  eslint:
    enabled: true
  fixme:
    enabled: true
  phpmd:
    enabled: true
ratings:
  paths:
  - "**.css"
  - "**.inc"
  - "**.js"
  - "**.jsx"
  - "**.module"
  - "**.php"
  - "**.py"
  - "**.rb"
exclude_paths:
- config/
- tests/
- apps/files_external
- "build/bin/bower"
back to top