Skip to content

Commit 7e7383a

Browse files
authored
Parse makefiles as plain text (#1022)
1 parent e6929c1 commit 7e7383a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ protected Set<String> getPlainTextMasks() {
136136
"**/*.ksh",
137137
"**/*.lock",
138138
"**/lombok.config",
139+
"**/[mM]akefile",
139140
"**/*.md",
140141
"**/*.mf",
141142
"**/META-INF/services/**",

0 commit comments

Comments
 (0)