https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 707c7a8f867fb85408342a29c0f9f8e71249ec97 authored by Bouwe Andela on 08 March 2019, 14:48:19 UTC
Autoformat
Tip revision: 707c7a8
.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