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
.codacy.yml
# codacy configuration file

---

engines:
    coverage:
        enabled: true
        exclude_paths: [
            'tests',
        ]
    metrics:
        enabled: true
    duplication:
        enabled: true
    prospector:
        enabled: true
    pylint:
        enabled: true
        python_version: 3

exclude_paths: [
    'doc/sphinx/**',
    'esmvaltool/doc/sphinx/**',
    # cmor tables
    'esmvaltool/cmor/tables/**',
    # old stuff
    'backend/**',
    'diag_scripts/**',
    'interface_data/**',
    'interface_scripts/**',
    'main.py',
    'nml/**',
    'plot_scripts/**',
    'reformat_scripts/**',
    'variable_defs/**',
]
back to top