Skip to content

refactor: handleComponents method to static in command classes and some deepsource hotfixes #177

refactor: handleComponents method to static in command classes and some deepsource hotfixes

refactor: handleComponents method to static in command classes and some deepsource hotfixes #177

Triggered via pull request May 17, 2024 17:37
Status Success
Total duration 40s
Billable time 1m
Artifacts

lint.yml

on: pull_request
Lint Check
30s
Lint Check
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Lint Check: src/commands/slash/Main/blacklist/list.ts#L10
Async method 'execute' has a complexity of 30. Maximum allowed is 20
Lint Check: src/commands/slash/Main/hub/manage.ts#L100
Static async method 'handleComponents' has a complexity of 50. Maximum allowed is 20
Lint Check: src/scripts/network/sendBroadcast.ts#L55
Async arrow function has a complexity of 21. Maximum allowed is 20