Skip to content

Commit

Permalink
Update default plain text mask to include .config and markdown files (#…
Browse files Browse the repository at this point in the history
…624)

* Update default plain text mask to include maven configs and markdown

* Update src/main/java/org/openrewrite/maven/ConfigurableRewriteMojo.java

---------

Co-authored-by: Tim te Beek <[email protected]>
  • Loading branch information
jonesbusy and timtebeek authored Sep 11, 2023
1 parent 45b50a2 commit 18333ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,15 @@ protected Set<String> getPlainTextMasks() {
"**/*.bash",
"**/*.bat",
"**/CODEOWNERS",
"**/*.config",
"**/Dockerfile",
"**/.gitattributes",
"**/.gitignore",
"**/.java-version",
"**/Jenkinsfile",
"**/*.jsp",
"**/*.ksh",
"**/lombok.config",
"**/*.md",
"**/*.qute.java",
"**/.sdkmanrc",
"**/*.sh",
Expand Down

0 comments on commit 18333ad

Please sign in to comment.