https://github.com/ESMValGroup/ESMValTool
Revision 234dc11b3922ca499b9d5d92836fb33e5565cf19 authored by Mattia Righi on 04 June 2018, 15:11:24 UTC, committed by Mattia Righi on 04 June 2018, 15:11:24 UTC
1 parent bd1df58
Raw File
Tip revision: 234dc11b3922ca499b9d5d92836fb33e5565cf19 authored by Mattia Righi on 04 June 2018, 15:11:24 UTC
Ignore | as an operator
Tip revision: 234dc11
.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/interface_scripts/cmip*-cmor-tables/**',
    # old stuff
    'backend/**',
    'diag_scripts/**',
    'interface_data/**',
    'interface_scripts/**',
    'main.py',
    'nml/**',
    'plot_scripts/**',
    'reformat_scripts/**',
    'variable_defs/**',
]
back to top