fix(guild/members): correctly differentiate member list update/insert… #237
Annotations
12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
Sources/DiscordKitCore/Objects/Gateway/Event/GuildMemberEvt.swift#L65
Identifier Name Violation: Enum element name 'op' should be between 3 and 40 characters long (identifier_name)
|
lint:
Sources/DiscordKitCore/Objects/Gateway/Event/GuildMemberEvt.swift#L70
Identifier Name Violation: Variable name 'op' should be between 3 and 40 characters long (identifier_name)
|
lint:
Sources/DiscordKitCore/Objects/Gateway/Event/GuildMemberEvt.swift#L48
Type Name Violation: Type name 'Op' should be between 3 and 40 characters long (type_name)
|
lint:
Sources/DiscordKitCore/Objects/Gateway/DataStructs.swift#L130
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
lint:
Sources/DiscordKitCore/Objects/Gateway/DataStructs.swift#L132
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
lint:
Sources/DiscordKitCore/Objects/Gateway/DataStructs.swift#L140
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
lint:
Sources/DiscordKitCore/Objects/Gateway/DataStructs.swift#L142
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
lint:
Sources/DiscordKitCore/Objects/Gateway/GatewayIO.swift#L221
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 55 lines (function_body_length)
|
lint:
Sources/DiscordKitCore/Objects/Gateway/GatewayIO.swift#L89
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
lint:
Sources/DiscordKitCore/Gateway/RobustWebSocket.swift#L249
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 53 lines (function_body_length)
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|