https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 09dc52ff156a94ef79e9458f8edeb915a6972877 authored by Valeriu Predoi on 17 September 2020, 10:51:35 UTC
removed some comments
Tip revision: 09dc52f
.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