https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 4f85e057349bda77bde6367bde2961695842797f authored by Javier Vegas-Regidor on 25 February 2021, 14:06:34 UTC
Final update to the changelog for v2.2.0 (#2056)
Tip revision: 4f85e05
.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