Exclude 'testsrc' and 'examples' from spotbugs on Windows systems (#1086)

This commit is contained in:
Carlos Amengual 2021-11-18 17:23:13 +01:00 коммит произвёл Greg Brail
Родитель 734dcfa5b6
Коммит 3be1e38bf8
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -5,9 +5,15 @@
<Match>
<Source name="~.*\/testsrc\/.*"/>
</Match>
<Match>
<Source name="~.*\\testsrc\\.*"/>
</Match>
<Match>
<Source name="~.*\/examples\/.*"/>
</Match>
<Match>
<Source name="~.*\\examples\\.*"/>
</Match>
<Match>
<Class name="~org\.mozilla\.javascript\.benchmarks\.jmh_generated.*"/>
</Match>