https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: c1099ab91bc78cc69aee29932b2ec93ad48fa30a authored by sloosvel on 04 May 2021, 12:31:25 UTC
Change short_name to cmor_name
Tip revision: c1099ab
.stickler.yml
# stickler-ci configuration

---

linters:
    flake8:
    pep8:
    yamllint:
    shellcheck:
files:
    ignore: [
        'doc/sphinx',
        'esmvaltool/doc/sphinx',
        # ignore old stuff, recent versions are in 'esmvaltool' dir
        'backend',
        'diag_scripts',
        'interface_data',
        'interface_scripts',
        'main.py',
        'nml',
        'plot_scripts',
        'reformat_scripts',
        'variable_defs',
    ]
back to top