Revision 804ccc661a9d0f961e3e9a9cb3ab3431afe92fbf authored by github-actions[bot] on 11 April 2022, 07:47:22 UTC, committed by GitHub on 11 April 2022, 07:47:22 UTC
Co-authored-by: valeriupredoi <valeriupredoi@users.noreply.github.com>
1 parent ea6f58c
Raw File
.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