Skip to content

refactor: use idiomatic .empty? for empty-string checks (#1340)#1772

Open
chinmaypant21 wants to merge 2 commits into
owasp-noir:mainfrom
chinmaypant21:main
Open

refactor: use idiomatic .empty? for empty-string checks (#1340)#1772
chinmaypant21 wants to merge 2 commits into
owasp-noir:mainfrom
chinmaypant21:main

Conversation

@chinmaypant21
Copy link
Copy Markdown

@chinmaypant21 chinmaypant21 commented May 28, 2026

closes #1340

@github-actions github-actions Bot added 🔬 analyzer Issue for Analyzer 📦 output-builder Issue for output builder (format) 💌 deliver Issue for Deliver 🥢 mini-lexer Issue for mini-lexer and mini-parser labels May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔬 analyzer Issue for Analyzer 💌 deliver Issue for Deliver 🥢 mini-lexer Issue for mini-lexer and mini-parser 📦 output-builder Issue for output builder (format)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use idiomatic .empty? instead of == "" / != "" for empty-string checks

1 participant