Revision 1306c3340dc19c5c00cb5ed437dec1958c12bc57 authored by Katherine Tomkins on 14 September 2022, 11:03:24 UTC, committed by Katherine Tomkins on 14 September 2022, 11:03:24 UTC
1 parent 7ae1695
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