Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
improve the doc of this example
[simgrid.git] / .codacy.yml
1 ---
2 engines:
3  coverage:
4    enabled: true
5    exclude_paths:
6      - 'teshsuite/**'
7 exclude_paths:
8   - '**/*_dtd.c'
9   - '**/*_dtd.h'
10   - '**/*yy.c'
11   - 'docs/**.py'
12   - 'examples/smpi/NAS/*'
13   - 'include/xbt/RngStream.h'
14   - 'src/include/catch.hpp'
15   - 'src/smpi/colls/**/*'
16   - 'src/xbt/RngStream.c'
17   - 'src/xbt/automaton/parserPromela.tab.*'
18   - 'teshsuite/smpi/isp/**'
19   - 'teshsuite/smpi/mpich3-test/**'