Revision efd79c02b812bc98785d91e2536da46ca7a78840 authored by morobking on 20 December 2022, 16:29:54 UTC, committed by morobking on 20 December 2022, 16:29:54 UTC
1 parent 009dd40
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