Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
showfile: adapt to recent sphinx
[simgrid.git] / .codacy.yml
index ab3273b3dd9f02ae5b79cfc000afc98f2a6fd120..62907c587498a4e7fdd3f335bd6736df033f710d 100644 (file)
@@ -3,4 +3,17 @@ engines:
  coverage:
    enabled: true
    exclude_paths:
-     - teshsuite/**
+     - 'teshsuite/**'
+exclude_paths:
+  - 'doc/**.css'
+  - '**/*_dtd.c'
+  - '**/*_dtd.h'
+  - '**/*yy.c'
+  - 'docs/**.py'
+  - 'tools/**.py'
+  - 'examples/smpi/NAS/*'
+  - 'src/include/catch.hpp'
+  - 'src/smpi/colls/**/*'
+  - 'src/xbt/automaton/parserPromela.tab.*'
+  - 'teshsuite/smpi/isp/**'
+  - 'teshsuite/smpi/mpich3-test/**'