Do eager resolution in tycho
[egit/eclipse.git] / spotbugs-excludes.xml
blob42f808c3c37937ee132b97089b54be0a0f0570a8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <FindBugsFilter
3         xmlns="https://github.com/spotbugs/filter/3.0.0"
4         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5         xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/4.4.1/spotbugs/etc/findbugsfilter.xsd">
6   <Match>
7     <!-- Excluded because of https://github.com/spotbugs/spotbugs/issues/1601 -->
8     <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2,MS_EXPOSE_REP" />
9   </Match>
10 </FindBugsFilter>