mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 01:11:07 +03:00
add basic test suite for gradlew-fdroid
!707
fdroiddata#6216
The se.manyver app is licensed MPL, the files came from:
81d247a6cd
This commit is contained in:
parent
83ffeb855f
commit
3de2d0f56f
13 changed files with 611 additions and 0 deletions
|
@ -142,6 +142,7 @@ lint_format_safety_bandit_checks:
|
|||
- $pip install Babel 'bandit<1.6.0' pycodestyle pyflakes 'pylint<2.0' safety
|
||||
- export EXITVALUE=0
|
||||
- ./hooks/pre-commit || export EXITVALUE=1
|
||||
- ./tests/test-gradlew-fdroid || export EXITVALUE=1
|
||||
- bandit
|
||||
-ii
|
||||
-s B110,B322,B404,B408,B410,B603,B607
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue