Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mc: some snake_casing on the way
[simgrid.git] / .codacy.yml
index d5a2db0..ac70b5f 100644 (file)
@@ -5,14 +5,17 @@ engines:
    exclude_paths:
      - 'teshsuite/**'
 exclude_paths:
-  - 'src/include/catch.hpp'
-  - 'teshsuite/smpi/mpich3-test/**'
-  - 'teshsuite/smpi/isp/**'
+  - 'doc/**.css'
   - '**/*_dtd.c'
   - '**/*_dtd.h'
   - '**/*yy.c'
-  - 'src/xbt/automaton/parserPromela.tab.*'
-  - 'src/smpi/colls/**/*'
+  - 'docs/**.py'
+  - 'tools/**.py'
   - 'examples/smpi/NAS/*'
-  - 'src/xbt/RngStream.c'
   - '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/**'