https://github.com/CosmicFish/CosmicFish
Revision 92dfef0837c9128aa21fa6acbd08b768b4a05acb authored by Marco Raveri on 21 March 2017, 16:49:59 UTC, committed by Marco Raveri on 21 March 2017, 16:49:59 UTC
1 parent e35a49e
Raw File
Tip revision: 92dfef0837c9128aa21fa6acbd08b768b4a05acb authored by Marco Raveri on 21 March 2017, 16:49:59 UTC
Updated copyright notice
Tip revision: 92dfef0
.codeclimate.yml
engines:
  csslint:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
      - ruby
      - javascript
      - python
      - php
      - fortran
  eslint:
    enabled: true
  fixme:
    enabled: true
  phpmd:
    enabled: true
  radon:
    enabled: true
    config: 
      python_version: 2

ratings:
  paths:
  - "**.css"
  - "**.inc"
  - "**.js"
  - "**.jsx"
  - "**.module"
  - "**.php"
  - "**.py"
  - "**.rb"

exclude_paths:
  - script/
  - test/
  - bundled/
  - camb/
  - python/apps
  - python/cosmicfish_pylib_test
  - documentation/
back to top