https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: e0a97507d997d2dfb2e58536acf4616cb126edcd authored by Lee de Mora on 07 November 2022, 16:57:20 UTC
working here
Tip revision: e0a9750
.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