https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: c2e562b74064d01c735dff9408c0b6e7e937f70e authored by Manuel Schlund on 08 February 2019, 14:06:45 UTC
Added comments for wrong models
Tip revision: c2e562b
.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