Update RubyMine noinspection comments
What does this MR do and why?
Updates JetBrains noinspection
comments for the Category:Remote Development domain code.
For more context, see https://handbook.gitlab.com/handbook/tools-and-tips/editors-and-ides/jetbrains-ides/code-inspection/why-are-there-noinspection-comments/
NOTE: Vue/JS noinspection comments added in this MR will be addressed by Address JetBrains noinspection comments in Java... (#437600)
Tasks
-
Inspect Code
runs clean forremote dev
scope in RubyMine2023.3.2
- WITH THE EXCEPTION of graphql errors (see comment thread below). These will be handled in a future issue.
-
All noinspection
have a comment pointing to a JetBrains inspection bug issue on https://handbook.gitlab.com/handbook/tools-and-tips/editors-and-ides/jetbrains-ides/tracked-jetbrains-issues, or a GitLab issue to fix the problem on our side.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
How to set up and validate locally
- Open gitlab project in RubyMine.
- Run
Inspect Code
for all code in the Remote Development domain. Use thisremote dev
shared scope: https://gitlab.com/jetbrains-ide-config/jetbrains-ide-config-gitlab/-/blob/master/dotidea/scopes/remote_dev.xml?ref_type=heads
Edited by Chad Woolley