https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: aed130130d755ab5ba7f089c87af857980737b50 authored by Manuel Schlund on 10 November 2023, 09:40:30 UTC
Merge remote-tracking branch 'public/main' into add_iconeval_clouds_mapandprofileplots
Tip revision: aed1301
.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