https://github.com/CosmicFish/CosmicFish
Revision be4149b4294d0946ec555cd7311ec468e6be108b authored by mraveri on 19 August 2016, 10:28:47 UTC, committed by mraveri on 19 August 2016, 10:28:47 UTC
1 parent 43fa846
Raw File
Tip revision: be4149b4294d0946ec555cd7311ec468e6be108b authored by mraveri on 19 August 2016, 10:28:47 UTC
Small clean up
Tip revision: be4149b
.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