Skip to content

Commit b95ff0b

Browse files
authored
Parse Makefile as text (#397)
1 parent e79f374 commit b95ff0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/src/main/java/org/openrewrite/gradle/RewriteExtension.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ public List<String> getPlainTextMasks() {
297297
"**/*.ksh",
298298
"**/*.lock",
299299
"**/lombok.config",
300+
"**/Makefile",
300301
"**/*.md",
301302
"**/*.mf",
302303
"**/META-INF/services/**",

0 commit comments

Comments
 (0)