Skip to content

Commit

Permalink
Update ConfigurableRewriteMojo.java to parse .lock files as plaintext
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Dec 3, 2024
1 parent 7b43e0f commit 3a2a803
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ protected Set<String> getPlainTextMasks() {
"**/*.jelly",
"**/*.jsp",
"**/*.ksh",
"**/*.lock",
"**/lombok.config",
"**/*.md",
"**/*.mf",
Expand Down

0 comments on commit 3a2a803

Please sign in to comment.