https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 7bf078ffa653b66a7a46e759dfeaa4260f8ad6dd authored by morobking on 07 June 2022, 15:03:07 UTC
changes to move plots and netcdfs files away from esmvaltool to support finishing cmug wp4.10
Tip revision: 7bf078f
.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