Skip to content

Commit

Permalink
Show 10'000 verification errors instead of 100
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Aug 31, 2020
1 parent ba49683 commit 39e3acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ allprojects {
// checkers.add("org.checkerframework.checker.regex.RegexChecker")
// https://checkerframework.org/manual/#creating-debugging-options-progress
// extraJavacArgs.add("-Afilenames")
extraJavacArgs.addAll(listOf("-Xmaxerrs", "10000"))
// https://checkerframework.org/manual/#stub-using
extraJavacArgs.add("-Astubs=" +
fileTree("$rootDir/src/main/config/checkerframework") {
Expand Down

0 comments on commit 39e3acd

Please sign in to comment.