Revision 71bcd7bfa86d55fb4cfea5c591295e311a828c38 authored by Klaus Zimmermann on 09 November 2021, 13:32:45 UTC, committed by GitHub on 09 November 2021, 13:32:45 UTC
1 parent b4c59ec
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