https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 844c0f379636a5319838edf24b6ffb00a94836c3 authored by Nick Savage on 24 June 2022, 09:36:03 UTC
Merge branch 'main' into recipe_GCM_RCM
Tip revision: 844c0f3
.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