Skip to content

Commit

Permalink
Parse lombok.config as plain text
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Aug 31, 2023
1 parent 992106f commit 0ef76b6
Showing 1 changed file with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,21 +336,23 @@ public List<String> getPlainTextMasks() {
"**META-INF/services/**",
"**/META-INF/spring.factories",
"**/META-INF/spring/**",
"**.gitignore",
"**.bash",
"**.bat",
"**/CODEOWNERS",
"**Dockerfile",
"**.gitattributes",
"**.gitignore",
"**.java-version",
"**Jenkinsfile",
"**.jsp",
"**.ksh",
"**.kts",
"**/lombok.config",
"**.qute.java",
"**.sdkmanrc",
"**.sh",
"**.bash",
"**.bat",
"**.ksh",
"**.txt",
"**.jsp",
"**.sql",
"**Dockerfile",
"**Jenkinsfile",
"**/CODEOWNERS",
"**.kts"
"**.txt"
));
}
return plainTextMasks;
Expand Down

0 comments on commit 0ef76b6

Please sign in to comment.