Skip to content

Commit

Permalink
changes default
Browse files Browse the repository at this point in the history
  • Loading branch information
net-cscience-raphael committed Dec 3, 2024
1 parent f803265 commit 572dc21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class LateFilter(
/* appends late filter */
val limit: Int = Int.MAX_VALUE,
/* on missing key skip */
val skip: Skip = Skip fromString "warn",
val skip: Skip = Skip fromString "error",

override val name: String
) : Transformer {
Expand Down

0 comments on commit 572dc21

Please sign in to comment.