Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
codacy.yml: complete and sort exclusion list.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 4 Feb 2019 07:57:28 +0000 (08:57 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 4 Feb 2019 07:59:42 +0000 (08:59 +0100)
Alsot exclude python scripts for sphinx in docs/ subdirectory.

.codacy.yml

index d5a2db0..fa5ea26 100644 (file)
@@ -5,14 +5,15 @@ engines:
    exclude_paths:
      - '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/**/*'
+  - 'docs/**.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/**'