A

test\check-paths.sh

All issues

Use $(...) notation instead of legacy backticks `...`. lines of code = 1
62
num=`find . -perm /111 -name "*.dm*" | wc -l`
Use $(...) notation instead of legacy backticks `...`. lines of code = 1
58
num=`find ./html/changelogs -not -name "*.yml" | wc -l`