https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 9dedc729f155caa8c7f374385b591aaaba1de286 authored by Bouwe Andela on 27 June 2019, 10:07:53 UTC
Merge pull request #1162 from ESMValGroup/version2_development
Tip revision: 9dedc72
.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