All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
grep -c
Consider using grep -c instead of grep | wc. This is purely a stylistic issue. grep can count lines without piping to wc.
grep | wc
grep
wc