Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 23, 2023
1 parent 86490a6 commit e09becb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filters/010-delete-non-java-files.sh
Expand Up @@ -28,7 +28,6 @@ home=$1
temp=$2

total=$(find "${home}" -type f | wc -l)
java=$(find "${home}" -type f -a -name '*.java' | wc -l | xargs)

list=${temp}/filter-lists/non-java-files.txt
if [ -e "${list}" ]; then
Expand Down

0 comments on commit e09becb

Please sign in to comment.