Revision 3a8ba8a902731ee328dee586f5a2984e9577e25b authored by Lukas Brunner on 20 April 2021, 14:22:49 UTC, committed by Lukas Brunner on 20 April 2021, 14:22:49 UTC
1 parent 2772b6f
Raw File
.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