https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 1ff85e28a91cf69b20410018ffa4852d0c6a4505 authored by Javier Vegas-Regidor on 20 August 2019, 14:59:08 UTC
Weather regime starts
Tip revision: 1ff85e2
.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