Revision 7a322dfe0e8a25ac58357fc78f0379aab231fefe authored by Nathan Gillett on 26 June 2023, 23:02:15 UTC, committed by Nathan Gillett on 26 June 2023, 23:02:15 UTC
1 parent 1784cb9
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