[Feat] Code Snap Drop-down tab option feature development #62
Annotations
8 warnings and 1 notice
commitlint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
|
|
|
Unused symbol:
src/main/kotlin/com/github/raoe/codesnapidea/actions/PopupDialogAction.kt#L26
Constructor is never used
|
Unused symbol:
src/main/kotlin/com/github/raoe/codesnapidea/actions/PopupDialogAction.kt#L21
Constructor is never used
|
Unused symbol:
src/main/kotlin/icons/SdkIcons.kt#L14
Object "SdkIcons" is never used
|
Accessor call that can be replaced with property access syntax:
src/main/kotlin/com/github/raoe/codesnapidea/actions/PopupDialogAction.kt#L33
Use of getter method instead of property access syntax
|