https://github.com/ESMValGroup/ESMValTool
Revision f61cb163d4c11098cbee39f69f0ebd7ab5491893 authored by Klaus Zimmermann on 21 December 2020, 10:08:16 UTC, committed by GitHub on 21 December 2020, 10:08:16 UTC
* Add labels to changelogs of individual versions for easy reference

* Add "Past releases" section and sort releases into upcoming and past

* Change link and table formatting

* Add new release manager for version 2.2.0

Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl>

Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl>
1 parent da9521a
Raw File
Tip revision: f61cb163d4c11098cbee39f69f0ebd7ab5491893 authored by Klaus Zimmermann on 21 December 2020, 10:08:16 UTC
Update release schedule (#1948)
Tip revision: f61cb16
.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