https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: a19f801db62c54ccb45b3e6b926f80d1b8f27225 authored by Axel Lauer on 28 June 2021, 11:45:48 UTC
Update of ESACCI-CLOUD CMORizer (#2144)
Tip revision: a19f801
.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