Skip to content

Commit

Permalink
[java] SpotBugs exclude DMI_HARDCODED_ABSOLUTE_FILENAME from SafariTe…
Browse files Browse the repository at this point in the history
…chPreviewDriverService
  • Loading branch information
mk868 committed Nov 14, 2024
1 parent 6819795 commit 5fd8265
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java/spotbugs-excludes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
</Match>

<Match>
<Class name="org.openqa.selenium.safari.SafariTechPreviewDriverService"/>
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
</Match>

<Match>
<Class name="org.openqa.selenium.support.locators.RelativeLocator$RelativeBy" />
<Bug pattern="UPM_UNCALLED_PRIVATE_METHOD" />
Expand Down

0 comments on commit 5fd8265

Please sign in to comment.