refactor(shared,config): remove redundant null checks and AI slop from code comments

This commit is contained in:
YeonGyu-Kim
2026-04-03 19:39:55 +09:00
parent d0f795dd8f
commit e0feb16dab
9 changed files with 10 additions and 48 deletions
-2
View File
@@ -69,8 +69,6 @@ describe("checkForLegacyPluginEntry", () => {
})
it("returns no warning data when config is missing", () => {
// given — empty dir, no config files
// when
const result = checkForLegacyPluginEntry(testConfigDir)