Repo created
This commit is contained in:
parent
6e9a0d01ce
commit
7ee9806fba
2415 changed files with 312708 additions and 2 deletions
10
app/lint.xml
Normal file
10
app/lint.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<lint>
|
||||
<!-- list of issues to configure -->
|
||||
<issue id="InvalidPackage">
|
||||
<!-- Ignore dnsjava -->
|
||||
<ignore path="**/dnsjava-3.0.2*.jar" />
|
||||
<!-- Ignore pcap4j dependency -->
|
||||
<ignore path="**/jna-5.3.1.jar"/>
|
||||
</issue>
|
||||
</lint>
|
||||
Loading…
Add table
Add a link
Reference in a new issue