You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(schema): Fix the JSON schema for the repository configuration
By reusing the analyzer configuration schema, the properties incorrectly
used camel case notation, change it to snake case.
While at it, remove the `Sw360Configuration` from the schema, which is
not part of the analyzer configuration model.
Resolves#7680
Signed-off-by: Marcel Bochtler <[email protected]>
"description": "Configurations for the analyzer of the The OSS-Review-Toolkit (ORT). A full list of all available options can be found at https://github.com/oss-review-toolkit/ort/blob/main/model/src/main/kotlin/config/AnalyzerConfiguration.kt.",
"description": "Configurations for package managers for the OSS-Review-Toolkit (ORT). A full list of all available options can be found at https://github.com/oss-review-toolkit/ort/blob/main/model/src/main/kotlin/config/PackageManagerConfiguration.kt.",
0 commit comments