Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Spring cleaning : remove manual privatization from 2010.
[simgrid.git] / .codacy.yml
index d7f3564..ac70b5f 100644 (file)
@@ -3,17 +3,19 @@ engines:
  coverage:
    enabled: true
    exclude_paths:
-     - teshsuite/**
+     - 'teshsuite/**'
 exclude_paths:
-  - src/include/catch.hpp
-  - teshsuite/smpi/mpich3-test/**
-  - teshsuite/smpi/isp/**
-  - **/*_dtd.c
-  - **/*_dtd.h
-  - **/*yy.c
-  - src/xbt/automaton/parserPromela.tab.*
-  - src/smpi/colls/**/*
-  - examples/smpi/NAS/*
-  - src/xbt/RngStream.c
-  - include/xbt/RngStream.h
-  
\ No newline at end of file
+  - 'doc/**.css'
+  - '**/*_dtd.c'
+  - '**/*_dtd.h'
+  - '**/*yy.c'
+  - 'docs/**.py'
+  - 'tools/**.py'
+  - 'examples/smpi/NAS/*'
+  - 'include/xbt/RngStream.h'
+  - 'src/include/catch.hpp'
+  - 'src/smpi/colls/**/*'
+  - 'src/xbt/RngStream.c'
+  - 'src/xbt/automaton/parserPromela.tab.*'
+  - 'teshsuite/smpi/isp/**'
+  - 'teshsuite/smpi/mpich3-test/**'