https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: e023284826a8ade79f8573bfbbf182103b53cfab authored by Bouwe Andela on 14 June 2022, 14:39:55 UTC
Ignore NCL interface files in preproc dir (#2673)
Tip revision: e023284
.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