https://github.com/ESMValGroup/ESMValTool
Revision 3f6ac79178cc33138e9ff6665d7a93d78278ce8f authored by Lee de Mora on 08 March 2019, 09:58:17 UTC, committed by Lee de Mora on 08 March 2019, 09:58:17 UTC
1 parent ede3e10
Raw File
Tip revision: 3f6ac79178cc33138e9ff6665d7a93d78278ce8f authored by Lee de Mora on 08 March 2019, 09:58:17 UTC
added annual average to profiles recipe.
Tip revision: 3f6ac79
.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