test\check-paths.sh
- 0 Duplication
- 6 Churn
- 66 Lines
- 53 Lines of Code
All issues
0
Autofix is being processed.
Use $(...) notation instead of legacy backticks `...`.
lines of code = 1
Found in
num=`find . -perm /111 -name "*.dm*" | wc -l`
Use $(...) notation instead of legacy backticks `...`.
lines of code = 1
Found in
num=`find ./html/changelogs -not -name "*.yml" | wc -l`