Skip to content

Add Qodana configuration and reorganize repository config #12

Add Qodana configuration and reorganize repository config

Add Qodana configuration and reorganize repository config #12

Triggered via push April 18, 2024 02:05
Status Success
Total duration 11m 58s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 10 notices
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: JetBrains/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Local 'var' is never modified and can be declared as 'val': ghidralite-ui/src/main/kotlin/tree/ProgramTree.kt#L22
Variable is never modified, so it can be declared using 'val'
Function naming convention: ghidralite-ui/src/main/kotlin/tree/ProgramTree.kt#L21
Function name `ProgramTree` should start with a lowercase letter
Function naming convention: ghidralite-ui/src/main/kotlin/search/QuickSearch.kt#L113
Function name `QuickSearchResultList` should start with a lowercase letter
Function naming convention: ghidralite-ui/src/main/kotlin/search/QuickSearchPopup.kt#L20
Function name `QuickSearchPopup` should start with a lowercase letter
Function naming convention: ghidralite-ui/src/main/kotlin/search/QuickSearch.kt#L96
Function name `QuickSearchInput` should start with a lowercase letter
Function naming convention: ghidralite-ui/src/main/kotlin/internal/PreviewComponent.kt#L22
Function name `PreviewComponent` should start with a lowercase letter
Function naming convention: ghidralite-ui/src/main/kotlin/search/QuickSearch.kt#L41
Function name `QuickSearch` should start with a lowercase letter
Function naming convention: ghidralite-ui/src/main/kotlin/search/QuickSearch.kt#L152
Function name `QuickSearchResult` should start with a lowercase letter
Function or property has platform type: ghidralite-core/src/main/kotlin/io/github/garyttierney/ghidralite/core/db/db.kt#L71
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Nested lambda has shadowed implicit parameter: ghidralite-core-ksp/src/main/kotlin/GhidraSchemaProcessor.kt#L108
Implicit parameter 'it' of enclosing lambda is shadowed
Nested lambda has shadowed implicit parameter: ghidralite-core-ksp/src/main/kotlin/GhidraSchemaProcessor.kt#L101
Implicit parameter 'it' of enclosing lambda is shadowed