https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: ed5f0ab252e9ef97e75f20af07baf8b2019c1e60 authored by Manuel Schlund on 19 December 2019, 11:48:40 UTC
Merge remote-tracking branch 'public/version2_development' into version2_mlr
Tip revision: ed5f0ab
.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