https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 587c94e37bbb70d4540e2213a85aeb63ed12f92f authored by sloosvel on 21 February 2020, 14:48:57 UTC
Merge remote-tracking branch 'origin/PRIMAVERA_eady_growth' into PRIMAVERA_all
Tip revision: 587c94e
.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