Skip to content

Commit c286473

Browse files
mk868pujagani
andauthored
[java] SpotBugs exclude DMI_HARDCODED_ABSOLUTE_FILENAME (#14597)
Co-authored-by: Puja Jagani <[email protected]>
1 parent 30cf1bc commit c286473

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
@@ -160,6 +160,11 @@
160160
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
161161
</Match>
162162

163+
<Match>
164+
<Class name="org.openqa.selenium.safari.SafariTechPreviewDriverService"/>
165+
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
166+
</Match>
167+
163168
<Match>
164169
<Class name="org.openqa.selenium.support.locators.RelativeLocator$RelativeBy" />
165170
<Bug pattern="UPM_UNCALLED_PRIVATE_METHOD" />

0 commit comments

Comments
 (0)