https://github.com/CosmicFish/CosmicFish
Raw File
Tip revision: ec332f4ade76d852e4170be5cea7097ba44de594 authored by mraveri on 19 April 2021, 17:56:54 UTC
gfortran fix
Tip revision: ec332f4
.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