mirror of https://github.com/apache/kafka.git
Ignore tests/ and vagrant/ directories when running rat build task
This commit is contained in:
parent
795fc75063
commit
321fdf87f7
|
@ -65,6 +65,8 @@ rat {
|
|||
'**/README.md',
|
||||
'.reviewboardrc',
|
||||
'system_test/**',
|
||||
'tests/**',
|
||||
'vagrant/**',
|
||||
])
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue