惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MongoDB | Blog
MongoDB | Blog
博客园_首页
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
B
Blog RSS Feed
D
Docker
IT之家
IT之家
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
A
About on SuperTechFans
The GitHub Blog
The GitHub Blog
G
Google Developers Blog
V
V2EX
量子位
雷峰网
雷峰网
月光博客
月光博客
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Tailwind CSS Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
chore(lint): remove underscore-dangle allow list (#83542)...
steipete · 2026-05-18 · via Recent Commits to openclaw:main

@@ -8,220 +8,7 @@

88

},

99

"rules": {

1010

"curly": "error",

11-

"eslint/no-underscore-dangle": [

12-

"error",

13-

{

14-

"allow": [

15-

"__agentId",

16-

"__bundledOverrideRuntime",

17-

"__bundledPluginFailureLoads",

18-

"__bundledPluginUndefinedLoads",

19-

"__bundledRootRuntime",

20-

"__bundledSecretsFailureLoads",

21-

"__bundledSetupFailureLoads",

22-

"__bundledSetupOnlyMainLoaded",

23-

"__bundledSetupOnlyPluginLoaded",

24-

"__bundledSetupOnlySetupLoaded",

25-

"__bundledSetupSecretsFailureLoads",

26-

"__esModule",

27-

"__dirname",

28-

"__filename",

29-

"__testing",

30-

"__test__",

31-

"__test",

32-

"__testing_resetResolvedSkillsCache",

33-

"__openclaw",

34-

"__openclawBundledChannelReenter",

35-

"__openclawBundledOverrideRuntime",

36-

"__openclawBundledPluginFailureLoads",

37-

"__openclawBundledPluginUndefinedLoads",

38-

"__openclawBundledRootRuntime",

39-

"__openclawBundledSecretsFailureLoads",

40-

"__openclawBundledSetupFailureLoads",

41-

"__openclawBundledSetupOnlyMainLoaded",

42-

"__openclawBundledSetupOnlyPluginLoaded",

43-

"__openclawBundledSetupOnlySetupLoaded",

44-

"__openclawBundledSetupSecretsFailureLoads",

45-

"__openclawDiagnosticStabilityState",

46-

"__openclawLastA2UIAction",

47-

"__openclawPreauthBudgetClaimed",

48-

"__openclawPreauthBudgetKey",

49-

"__openclawSessionEventWriteLockInstalled",

50-

"__openclawSessionLockPromptReleaseInstalled",

51-

"__openclawSessionWriteLockInstalled",

52-

"__OPENCLAW_TEST_REFRESH_OPENAI_CODEX_TOKEN__",

53-

"__countTrackedSessionBrowserTabsForTests",

54-

"__emit",

55-

"__gatewayStartupSecretsRuntimeMock",

56-

"__image",

57-

"__matrixQaProfileTesting",

58-

"__OPENCLAW_VERSION__",

59-

"__OPENCLAW_CONTROL_UI_BUILD_ID__",

60-

"__OPENCLAW_NATIVE_CONTROL_AUTH__",

61-

"__OPENCLAW_CONTROL_UI_BASE_PATH__",

62-

"__testDivider",

63-

"__proofAttachmentApi",

64-

"__proofAttachmentLog",

65-

"__QA_IMAGE_UNDERSTANDING_LARGE_PNG_BASE64",

66-

"__QA_IMAGE_UNDERSTANDING_PNG_BASE64",

67-

"__resetContainerEnvironmentCacheForTest",

68-

"__resetDiscordChannelInfoCacheForTest",

69-

"__resetDiscordDirectoryCacheForTest",

70-

"__resetDiscordThreadStarterCacheForTest",

71-

"__resetGatewayModelPricingCacheForTest",

72-

"__resetLmstudioPreloadCooldownForTest",

73-

"__resetModelCatalogCacheForTest",

74-

"__resetSlackChannelTypeCacheForTest",

75-

"__resetTrackedSessionBrowserTabsForTests",

76-

"__resetUsageFormatCachesForTest",

77-

"__sessionKey",

78-

"__sessionUpdateMock",

79-

"__setGatewayModelPricingForTest",

80-

"__setMaxChatHistoryMessagesBytesForTest",

81-

"__setMembers",

82-

"__setModelCatalogImportForTest",

83-

"__setRealtimeVoiceAgentConsultDepsForTest",

84-

"__slackClient",

85-

"__slackHandlers",

86-

"__testOnlyOpenAiHttp",

87-

"__truncated",

88-

"__unhandledDestroyError",

89-

"_accountRegistry",

90-

"_adapter",

91-

"_adapterFactory",

92-

"_agentEventQueue",

93-

"_ambiguousThreadReply",

94-

"_approveRuntimeGetter",

95-

"_audioPort",

96-

"_baseSystemPrompt",

97-

"_body",

98-

"_boundaryPrefix",

99-

"_cache",

100-

"_cachedCapability",

101-

"_callbackChain",

102-

"_capturedPayload",

103-

"_clearForTest",

104-

"_client",

105-

"_advancedWaitingSort",

106-

"_diaryEntryCount",

107-

"_diaryPage",

108-

"_diarySubTab",

109-

"_dreamIndex",

110-

"_dreamLastSwap",

111-

"_expandedInsightCards",

112-

"_expandedPalaceCards",

113-

"_indices",

114-

"_keys",

115-

"_pendingUpdate",

116-

"_refreshSeq",

117-

"_subTab",

118-

"_wikiPreviewContent",

119-

"_wikiPreviewError",

120-

"_wikiPreviewLoading",

121-

"_wikiPreviewOpen",

122-

"_wikiPreviewPath",

123-

"_wikiPreviewTitle",

124-

"_wikiPreviewTotalLines",

125-

"_wikiPreviewTruncated",

126-

"_wikiPreviewUpdatedAt",

127-

"_config",

128-

"_createdAt",

129-

"_createGraphCollectionResponse",

130-

"_createHostedImageContents",

131-

"_createMemoryConfig",

132-

"_createMemorySyncControlConfigForTests",

133-

"_createPdfResponse",

134-

"_createUnboundConfiguredRoute",

135-

"_data",

136-

"_default",

137-

"_def",

138-

"_distance",

139-

"_doIdle",

140-

"_doPartialReply",

141-

"_embeddedMode",

142-

"_event",

143-

"_exhaustive",

144-

"_extensionRunner",

145-

"_fallbackLogger",

146-

"_findChatGuidForTest",

147-

"_flow",

148-

"_formatImagePlaceholder",

149-

"_getActiveHandles",

150-

"_getActiveRequests",

151-

"_getData",

152-

"_getStatusCode",

153-

"_getTrustedDirs",

154-

"_globalUndiciStreamTimeoutMs",

155-

"_GRAPH_HOST",

156-

"_handlers",

157-

"_host",

158-

"_id",

159-

"_instruction",

160-

"_isMockFunction",

161-

"_item",

162-

"_logger",

163-

"_maxPayload",

164-

"_meta",

165-

"_mode",

166-

"_normalizeDirectChatIdentifierForTest",

167-

"_openclawVersion",

168-

"_openRouterMusicTestInternals",

169-

"_parsed",

170-

"_pendingSessionText",

171-

"_pendingUploadId",

172-

"_pluginVersion",

173-

"_private",

174-

"_probeThrottleInternals",

175-

"_processAgentEvent",

176-

"_rawData",

177-

"_ready",

178-

"_rebuildSystemPrompt",

179-

"_receiver",

180-

"_registerOpenAIPlugin",

181-

"_registerProvider",

182-

"_requestLanguageOverride",

183-

"_requestPromptOverride",

184-

"_resetActiveManagedProxyStateForTests",

185-

"_resetBootstrapWarningCacheForTest",

186-

"_resetIMessageShortIdState",

187-

"_resetMemoryEmbeddingProviders",

188-

"_resetMemoryPluginState",

189-

"_resetResolveSystemBin",

190-

"_resetThreadParentContextCachesForTest",

191-

"_resetWindowsInstallRootsForTests",

192-

"_resolveFilename",

193-

"_resolveVersion",

194-

"_resolveWhatsAppAccountConfig",

195-

"_rewriteFile",

196-

"_setComfyFetchGuardForTesting",

197-

"_setFalFetchGuardForTesting",

198-

"_setFalVideoFetchGuardForTesting",

199-

"_setGitHubCopilotDeviceFlowFetchGuardForTesting",

200-

"_SHAREPOINT_HOST",

201-

"_silkWasmAvailable",

202-

"_silkWasmPromise",

203-

"_socket",

204-

"_status",

205-

"_test",

206-

"_token",

207-

"_truncated",

208-

"_videoGenerationSdkCompat",

209-

"_QA_IMAGE_UNDERSTANDING_LARGE_PNG_BASE64",

210-

"_QA_IMAGE_UNDERSTANDING_PNG_BASE64",

211-

"_TEST_URL_HTML_A",

212-

"_TEST_URL_HTML_B",

213-

"_TEST_URL_IMAGE_1_PNG",

214-

"_TEST_URL_IMAGE_2_JPG",

215-

"_TEST_URL_IMAGE_PNG",

216-

"_TEST_URL_PDF",

217-

"_TEST_URL_PDF_1",

218-

"_TEST_URL_PDF_2",

219-

"isManuallyStopped_",

220-

"resetRestartAttempts_",

221-

"require_"

222-

]

223-

}

224-

],

11+

"eslint/no-underscore-dangle": "error",

22512

"eslint-plugin-unicorn/prefer-array-find": "error",

22613

"eslint/no-array-constructor": "error",

22714

"eslint/no-await-in-loop": "off",