Set up a basic CI pipeline
This commit is contained in:
parent
81259cabc9
commit
8068afa9f8
3 changed files with 53 additions and 0 deletions
7
lint-config.xml
Normal file
7
lint-config.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<lint>
|
||||
<!-- https://github.com/bumptech/glide/issues/4940 -->
|
||||
<issue id="NotificationPermission">
|
||||
<ignore regexp="com.bumptech.glide.request.target.NotificationTarget" />
|
||||
</issue>
|
||||
</lint>
|
||||
Loading…
Add table
Add a link
Reference in a new issue