https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 4a0472dc8190c91c89866a5abbd63b143eb05daa authored by “katjaweigel” on 20 January 2020, 14:40:14 UTC
Added ts and psl in cmorize_obs_ncep.ncl
Tip revision: 4a0472d
.codacy.yml
# codacy configuration file

---

engines:
    coverage:
        enabled: true
        exclude_paths: [
            'tests',
        ]
    metrics:
        enabled: true
    duplication:
        enabled: true
    prospector:
        enabled: true
    pylint:
        enabled: true
        python_version: 3

exclude_paths: [
    'doc/sphinx/**',
    'esmvaltool/cmor/tables/**',
    'tests/**'
]
back to top