https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 3bb7e1876eb050a3dea78f47dc69a0e1242648a3 authored by Valeriu Predoi on 01 December 2020, 12:36:32 UTC
Revert "Merge branch 'master' into all_autoassess_recipes"
Tip revision: 3bb7e18
.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