Skip to content

Push on main

Push on main #129

Triggered via dynamic April 10, 2024 15:48
Status Success
Total duration 4m 26s
Artifacts

codeql

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

Annotations

6 warnings and 10 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#L21
String 'GHES Hostname' is not properly capitalized. It should have sentence capitalization