Revision ac1bdf2a21944ad9a08904a065a59f2711b6c62e authored by sloosvel on 06 May 2021, 10:02:05 UTC, committed by sloosvel on 06 May 2021, 10:02:05 UTC
1 parent b211bda
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