https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 2644bf0486e1aff45441fc955a1ca3fdf008cb0e authored by thomas.crocker@metoffice.gov.uk on 05 January 2022, 13:56:10 UTC
Merge branch 'main' of https://github.com/ESMValGroup/ESMValTool into main
Tip revision: 2644bf0
.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