qwen-code/packages/cli/src
Jaana Dogan 53a5728009
Remove redundant else branches (#86)
Else branches are an anti pattern especially if you can easily return from the previous branch. Over time, else branches cause deep nesting and make code unreadable and unmaintainable. Remove elses where possible.
2025-04-21 12:15:47 -07:00
..
config Adds shell command allowlist (#68) 2025-04-20 21:06:22 +01:00
tools Fix Gemini Code's (GC) smarts. 2025-04-21 11:07:09 -04:00
ui Remove redundant else branches (#86) 2025-04-21 12:15:47 -07:00
gemini.ts Remove redundant else branches (#86) 2025-04-21 12:15:47 -07:00
index.test.ts add linter for checking license headers (and eslint --fix target to match, and fix missing license headers while we're here) (#62) 2025-04-20 17:16:25 -07:00