Skip to content

Commit

Permalink
Added missing com/github/javaparser file-not-exsists rule in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Haspamelodica authored Aug 9, 2023
1 parent 2abfce0 commit fd51f6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ Maven:
<files>
<!--2-->
<file>${project.build.outputDirectory}/ch/qos/logback/</file>
<file>${project.build.outputDirectory}/com/github/javaparser/</file>
<file>${project.build.outputDirectory}/com/intellij/</file>
<file>${project.build.outputDirectory}/com/sun/</file>
<file>${project.build.outputDirectory}/de/tum/in/test/api/</file>
Expand Down Expand Up @@ -392,6 +393,7 @@ Gradle:
def forbiddenPackageFolders = [ //<2>
"$studentOutputDir/ch/qos/logback/",
"$studentOutputDir/com/github/javaparser/",
"$studentOutputDir/com/intellij/",
"$studentOutputDir/com/sun/",
"$studentOutputDir/de/tum/in/test/api/",
Expand Down

0 comments on commit fd51f6f

Please sign in to comment.