https://github.com/ESMValGroup/ESMValTool
Revision 06fa27a80e5b32cedd0d0c597bc4f63ff6269eff authored by Mattia Righi on 13 March 2019, 13:30:29 UTC, committed by GitHub on 13 March 2019, 13:30:29 UTC
2 parent s c3de635 + 5e5ca1f
Raw File
Tip revision: 06fa27a80e5b32cedd0d0c597bc4f63ff6269eff authored by Mattia Righi on 13 March 2019, 13:30:29 UTC
Merge pull request #964 from ESMValGroup/cmorizer_CDS-XCH4
Tip revision: 06fa27a
.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