Bump braces from 3.0.2 to 3.0.3 #650
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/DebugBridges/APIRequest.ts#L152
Variable name `RunRequest` must match one of the following formats: camelCase, UPPER_CASE
|
src/DebugBridges/APIRequest.ts#L159
Variable name `PauseRequest` must match one of the following formats: camelCase, UPPER_CASE
|
src/DebugBridges/APIRequest.ts#L166
Function name `UpdateGlobalRequest` must match one of the following formats: camelCase
|
src/DebugBridges/APIRequest.ts#L177
Function name `StackValueUpdateRequest` must match one of the following formats: camelCase
|
src/DebugBridges/APIRequest.ts#L186
Function name `UpdateStateRequest` must match one of the following formats: camelCase
|
src/DebugBridges/APIRequest.ts#L203
Function name `UpdateModuleRequest` must match one of the following formats: camelCase
|
src/DebugBridges/APIRequest.ts#L218
Variable name `ProxifyRequest` must match one of the following formats: camelCase, UPPER_CASE
|
src/DebugBridges/DebugBridgeListener.ts#L16
Class Property name `THREAD_ID` must match one of the following formats: camelCase
|
src/DebugBridges/DebugBridgeListener.ts#L19
Parameter name `THREAD_ID` must match one of the following formats: camelCase
|
src/DebugBridges/EmulatedDebugBridge.ts#L164
Expected '!==' and instead saw '!='
|
This job succeeded
Loading