Skip to content

Push on main

Push on main #141

Triggered via dynamic May 10, 2024 15:19
Status Success
Total duration 4m 52s
Artifacts

codeql

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

Annotations

8 warnings and 9 notices
Property naming convention: src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt#L17
Property name `sarif_id` should not contain underscores
Property naming convention: src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt#L8
Property name `analysis_key` should not contain underscores
Property naming convention: src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt#L12
Property name `created_at` should not contain underscores
Property naming convention: src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt#L14
Property name `rules_count` should not contain underscores
Property naming convention: src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt#L7
Property name `commit_sha` should not contain underscores
Property naming convention: src/main/kotlin/com/github/adrienpessu/sarifviewer/models/Root.kt#L13
Property name `results_count` should not contain underscores
Local 'var' is never modified and can be declared as 'val': build.gradle.kts#L127
Variable is never modified, so it can be declared using 'val'
Incorrect string capitalization: src/main/kotlin/com/github/adrienpessu/sarifviewer/actions/OpenLocalAction.kt#L7
String 'Open local Sarif file' is not properly capitalized. It should have title capitalization
Incorrect string capitalization: src/main/kotlin/com/github/adrienpessu/sarifviewer/configurable/SettingComponent.kt#L35
String 'GHES Hostname ' is not properly capitalized. It should have sentence capitalization