mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Remove detectNewJavaFiles script
Now built into the workflow Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
0c258a2fc7
commit
7fb3c6f2ed
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
count=$(grep \.java\" -c "$HOME"/files_added.json)
|
|
||||||
|
|
||||||
if [ "$count" -eq 0 ] ; then
|
|
||||||
exit 0
|
|
||||||
else
|
|
||||||
echo "New Java files detected! Please use Kotlin for new files. Number of new Java files: $count"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in a new issue