https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 2d07f699a0ed0d6bafef9ff568fa23c5dd4f37a5 authored by Manuel Schlund on 11 July 2022, 11:23:11 UTC
Added option to group bars by color
Tip revision: 2d07f69
.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