Skip to content

Commit

Permalink
added Explode to ignore because it contains features the type-checker…
Browse files Browse the repository at this point in the history
… does not know about yet
  • Loading branch information
jurgenvinju committed Dec 14, 2023
1 parent ed9e15e commit 6c25da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
<issues>|https://github.com/usethesource/rascal/issues|</issues>
<srcIgnores>
<ignore>${project.basedir}/src/org/rascalmpl/library/experiments</ignore>
<ignore>${project.basedir}/src/org/rascalmpl/library/util/Explode.rsc</ignore>
<ignore>${project.basedir}/src/org/rascalmpl/library/resource</ignore>
<ignore>${project.basedir}/src/org/rascalmpl/library/lang/rascal/tests</ignore>
<ignore>${project.basedir}/src/org/rascalmpl/library/lang/rascal/grammar/tests</ignore>
Expand Down

0 comments on commit 6c25da4

Please sign in to comment.