https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: d1a7f100a5447ff5e44ff7d01281af0aa97ecde7 authored by Axel Lauer on 15 December 2023, 09:44:32 UTC
fixed 2 flake issues
Tip revision: d1a7f10
.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