Skip to content

Commit fe8efa9

Browse files
committed
ignore spotbugs alert in deprecated file.
1 parent 5e2c8a5 commit fe8efa9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/spotbugs.exclude.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@
184184
</And>
185185
</Or>
186186
</Match>
187+
<Match>
188+
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME" />
189+
<Class name="com.microsoft.applicationinsights.extensibility.initializer.docker.DockerContextInitializer" />
190+
<Method name="&lt;init&gt;" />
191+
</Match>
187192
<Match>
188193
<!-- These rules are fine to skip. -->
189194
<Or>

0 commit comments

Comments
 (0)