https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: a4e913396da48198cfcc2800258284083f9edab6 authored by Lee de Mora on 09 July 2020, 15:19:18 UTC
working here
Tip revision: a4e9133
.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