Skip to content

Commit 5fd8265

Browse files
committed
[java] SpotBugs exclude DMI_HARDCODED_ABSOLUTE_FILENAME from SafariTechPreviewDriverService
1 parent 6819795 commit 5fd8265

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

java/spotbugs-excludes.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@
155155
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
156156
</Match>
157157

158+
<Match>
159+
<Class name="org.openqa.selenium.safari.SafariTechPreviewDriverService"/>
160+
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
161+
</Match>
162+
158163
<Match>
159164
<Class name="org.openqa.selenium.support.locators.RelativeLocator$RelativeBy" />
160165
<Bug pattern="UPM_UNCALLED_PRIVATE_METHOD" />

0 commit comments

Comments
 (0)