https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 07accf1ea1040cc0cb0f9ee74f30052dd420a945 authored by “katjaweigel” on 19 February 2021, 15:19:24 UTC
try to fix percentile indices.
Tip revision: 07accf1
.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