We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b103df4 commit afa7521Copy full SHA for afa7521
objectbox-java/spotbugs-exclude.xml
@@ -1,8 +1,14 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<FindBugsFilter>
3
+ <!-- Hint: to use regex, prefix with ~. https://spotbugs.readthedocs.io/en/stable/filter.html -->
4
+ <!-- Exclude FlatBuffers generated code, compare with /scripts/flatc-idls.sh of core project. -->
5
+ <Match>
6
+ <Class name="io.objectbox.DebugFlags" />
7
+ </Match>
8
<Match>
- <!-- Hint: to use regex, prefix with ~. https://spotbugs.readthedocs.io/en/stable/filter.html -->
- <!-- Exclude FlatBuffers generated code. -->
9
<Package name="io.objectbox.model" />
10
</Match>
11
12
+ <Class name="io.objectbox.query.OrderFlags" />
13
14
</FindBugsFilter>
0 commit comments