code: add some `source.exclude` to remove errors in the catalog
authorJean Privat <jean@pryen.org>
Sat, 4 Jun 2016 16:42:41 +0000 (12:42 -0400)
committerJean Privat <jean@pryen.org>
Sat, 4 Jun 2016 18:10:13 +0000 (14:10 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

contrib/pep8analysis/package.ini
src/package.ini

index 43d5e4a..bbf3802 100644 (file)
@@ -3,6 +3,8 @@ name=pep8analysis
 tags=educ,web,cli
 maintainer=Alexis Laferrière <alexis.laf@xymus.net>
 license=Apache-2.0
+[source]
+exclude=src/parser/parser_abs.nit
 [upstream]
 browse=https://github.com/nitlang/nit/tree/master/contrib/pep8analysis/
 git=https://github.com/nitlang/nit.git
index 292ff28..c7dae85 100644 (file)
@@ -3,6 +3,8 @@ name=nitc
 tags=devel,cli
 maintainer=Jean Privat <jean@pryen.org>
 license=Apache-2.0
+[source]
+exclude=parser/parser_abs.nit:parser/.parser-nofact.nit
 [upstream]
 browse=https://github.com/nitlang/nit/tree/master/src
 git=https://github.com/nitlang/nit.git