Revision 7a322dfe0e8a25ac58357fc78f0379aab231fefe authored by Nathan Gillett on 26 June 2023, 23:02:15 UTC, committed by Nathan Gillett on 26 June 2023, 23:02:15 UTC
1 parent 1784cb9
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