https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 3c6485da7d596cbe7299b00e2080f3874f1a76ed authored by Manuel Schlund on 10 September 2021, 18:51:38 UTC
Updated BSVertOzone version
Tip revision: 3c6485d
.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