Skip to content

PR #36

PR #36 #117

Triggered via dynamic November 28, 2024 00:15
Status Success
Total duration 4m 31s
Artifacts

codeql

on: dynamic
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

57 warnings and 14 notices
Analyze (java)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Incorrect string capitalization: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/actions/CopyPromptAction.kt#L22
String 'Copy prompt' is not properly capitalized. It should have title capitalization
Unstable API Usage: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/services/ProjectService.kt#L147
'com.intellij.openapi.util.NlsSafe' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/helper/ToolWindowHelper.kt#L88
'com.intellij.openapi.util.NlsSafe' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/services/ProjectService.kt#L297
'com.intellij.openapi.util.NlsSafe' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/services/ProjectService.kt#L148
'com.intellij.openapi.util.NlsSafe' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/helper/ToolWindowHelper.kt#L34
'com.intellij.openapi.util.NlsSafe' is marked unstable with @ApiStatus.Experimental
Unstable API Usage: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/services/ProjectService.kt#L298
'com.intellij.openapi.util.NlsSafe' is marked unstable with @ApiStatus.Experimental
Unused symbol: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/services/ProjectService.kt#L615
Function "loadDataFromExtensionFolder" is never used
Unused symbol: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/managers/PsiManager.kt#L24
Function "getListOfProjectVirtualFilesByName" is never used
Unused symbol: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/managers/PsiManager.kt#L53
Function "attachListenerForProjectVFileChanges" is never used
Unused symbol: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/constants/Constants.kt#L2
Property "WEB_DEVELOPMENT_FILE_TYPES" is never used
Unused symbol: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/managers/PsiManager.kt#L31
Function "getListOfProjectVirtualFilesByExt" is never used
Unused symbol: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/managers/PsiManager.kt#L38
Function "getListOfAllProjectVFiles" is never used
Const property naming convention: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/data/GlobalData.kt#L24
Const property name `refactorMachineRolePromptDescription` should not contain lowercase letters
Const property naming convention: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/data/GlobalData.kt#L25
Const property name `virtuousCircleRolePromptDescription` should not contain lowercase letters
Property naming convention: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/client/ChatGPTData.kt#L27
Property name `total_tokens` should not contain underscores
Property naming convention: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/client/ChatGPTData.kt#L25
Property name `prompt_tokens` should not contain underscores
Property naming convention: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/client/ChatGPTData.kt#L26
Property name `completion_tokens` should not contain underscores
Property naming convention: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/constants/Constants.kt#L2
Property name `WEB_DEVELOPMENT_FILE_TYPES` should start with a lowercase letter
Property naming convention: src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/client/ChatGPTData.kt#L16
Property name `finish_reason` should not contain underscores