Skip to content

Commit a2b75ee

Browse files
authored
[s360] Ignore irrelevant lz4+Python warnings (#8962)
Fixes: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2051224 Fixes: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2051225 Fixes: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2051226 Fixes: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2052483 Fixes: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2052484 Fixes: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/2052485 Ignore irrelevant S360 warnings. They're irrelevant because the warnings involve code which is run as part of lz4 unit tests, and are not used by or shipped with .NET for Android: * Use of unapproved hash algorithm or API MD5. in external/lz4/tests/test-lz4-speed.py * Use of unapproved hash algorithm or API SHA1. in external/lz4/tests/test-lz4-abi.py * Use of unapproved hash algorithm or API SHA1. in external/lz4/tests/test-lz4-versions.py
1 parent 34e1d3b commit a2b75ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.lgtm.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
queries:
22
- exclude: cs/campaign/constantine
3+
paths:
4+
exclude:
5+
# we don't ship lz4 tests
6+
- external/lz4/tests

0 commit comments

Comments
 (0)