Skip to content
/ beam Public
forked from apache/beam

Commit

Permalink
Add rat exclusion for Katas IO txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
henryken committed Jun 11, 2019
1 parent 7ebe261 commit ef8665e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,15 @@ rat {
"ownership/**/*",
"**/OWNERS",

// FIXME add licencse header
// FIXME add license header
"project-mappings",
"deprecation-warning.txt",

// Json doesn't support comments.
"**/*.json",

// Katas files
"learning/katas/*/IO/**/*.txt"
]

// Add .gitignore excludes to the Apache Rat exclusion list. We re-create the behavior
Expand Down

0 comments on commit ef8665e

Please sign in to comment.