Revision 94d0c6ceaf24a449a14eee830687d8c8b4fc1a14 authored by github-actions[bot] on 12 January 2024, 13:32:59 UTC, committed by GitHub on 12 January 2024, 13:32:59 UTC
Co-authored-by: valeriupredoi <valeriupredoi@users.noreply.github.com>
1 parent f761c5d
Raw File
.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