Skip to content

docs(node): Add a missing quote #14700

docs(node): Add a missing quote

docs(node): Add a missing quote #14700

Triggered via push March 19, 2024 07:47
Status Success
Total duration 17m 7s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 10 notices
qodana-scan
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/.
Private data class constructor is exposed via the 'copy' method: clients/fossid-webapp/src/main/kotlin/PostRequestBody.kt#L22
Private primary constructor is exposed via the generated 'copy()' method of a 'data' class.
Private data class constructor is exposed via the 'copy' method: model/src/main/kotlin/VcsType.kt#L30
Private primary constructor is exposed via the generated 'copy()' method of a 'data' class.
Kotlin Gradle and IDE plugins versions are different: plugins/package-managers/pub/src/funTest/assets/projects/synthetic/flutter-project-with-android-and-cocoapods/android/build.gradle#L10
Kotlin version that is used for building with Gradle (1.3.50) is not properly supported in the IDE plugin (1.9)
Unresolved reference in KDoc: scanner/src/main/kotlin/ScannerMatcher.kt#L30
Cannot resolve symbol 'ScanResultsStorage'
Unresolved reference in KDoc: scanner/src/main/kotlin/ScannerMatcher.kt#L67
Cannot resolve symbol 'ScanResultsStorage'
Argument could be converted to 'Set' to improve performance: model/src/main/kotlin/PackageCurationData.kt#L157
The argument can be converted to 'Set' to improve performance
Argument could be converted to 'Set' to improve performance: cli/src/funTest/kotlin/ExamplesFunTest.kt#L84
The argument can be converted to 'Set' to improve performance
Class member can have 'private' visibility: utils/common/src/main/kotlin/Os.kt#L126
Function 'resolveWindowsExecutable' could be private