https://github.com/ESMValGroup/ESMValTool
Revision 9506f6dcc17e6f548af4b8f2814d6a8da87e23e7 authored by Klaus Zimmermann on 09 November 2021, 13:56:31 UTC, committed by GitHub on 09 November 2021, 13:56:31 UTC
1 parent 71bcd7b
Raw File
Tip revision: 9506f6dcc17e6f548af4b8f2814d6a8da87e23e7 authored by Klaus Zimmermann on 09 November 2021, 13:56:31 UTC
Deactivate provenance logging for plots in thermodyn toolbox (#2414)
Tip revision: 9506f6d
.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