Skip to content

Commit

Permalink
[java] SpotBugs exclude NM_CLASS_NAMING_CONVENTION (SeleniumHQ#14596)
Browse files Browse the repository at this point in the history
Co-authored-by: Puja Jagani <[email protected]>
  • Loading branch information
mk868 and pujagani authored Oct 16, 2024
1 parent 4c2491f commit edff2f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java/spotbugs-excludes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,10 @@
<Class name="org.openqa.selenium.edge.AddHasCasting" />
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS" />
</Match>

<Match>
<Class name="~org.openqa.selenium.devtools.v[0-9]+\.v\w+" />
<Bug pattern="NM_CLASS_NAMING_CONVENTION"/>
</Match>

</FindBugsFilter>

0 comments on commit edff2f3

Please sign in to comment.