https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 391a860d91862b1142ad3de26e1b918e33b992d5 authored by Lee de Mora on 16 April 2020, 10:14:39 UTC
Added 4th pane back in.
Tip revision: 391a860
.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