https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 302d9413a8951df6a0a00f22a576721442928c99 authored by Birgit Hassler on 24 November 2020, 15:43:28 UTC
Update recipe_eyring06jgr.yml
Tip revision: 302d941
.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