Skip to content

Commit

Permalink
Parse AspectJ files as plain text while we lack a parser
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jun 3, 2024
1 parent 2d23a91 commit f9d1b47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ protected Set<String> getPlainTextMasks() {
//If not defined, use a default set of masks
return new HashSet<>(Arrays.asList(
"**/*.adoc",
"**/*.aj",
"**/*.bash",
"**/*.bat",
"**/CODEOWNERS",
Expand Down

0 comments on commit f9d1b47

Please sign in to comment.