зеркало из https://github.com/mozilla/rhino.git
Exclude 'testsrc' and 'examples' from spotbugs on Windows systems (#1086)
This commit is contained in:
Родитель
734dcfa5b6
Коммит
3be1e38bf8
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче