https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: fca31836cc21d01edbd820f4449985513a785a55 authored by Manuel Schlund on 08 March 2024, 10:57:13 UTC
Expanded recipe with new CERES-EBAF variables
Tip revision: fca3183
.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