https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: ae03fca35030443385cd701fc537c5cdcd77a17b authored by Valeriu Predoi on 05 April 2024, 11:45:02 UTC
unpin `r-akima` (#3564)
Tip revision: ae03fca
.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