https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 4515cce37e2152bf068a877607d85add284c7ff1 authored by Katja Weigel on 16 June 2022, 07:20:36 UTC
Update to status at Living Planet Symposium presentation 2022.
Tip revision: 4515cce
.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