https://github.com/ESMValGroup/ESMValTool
Revision 82e414a71037846afee7307077cc169c9e7ce3fd authored by Mattia Righi on 04 March 2019, 19:19:07 UTC, committed by GitHub on 04 March 2019, 19:19:07 UTC
2 parent s b05e11c + cf14139
Raw File
Tip revision: 82e414a71037846afee7307077cc169c9e7ce3fd authored by Mattia Righi on 04 March 2019, 19:19:07 UTC
Merge pull request #910 from yifatdzigan/patch-8
Tip revision: 82e414a
.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