-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
Recently, Detekt updated its schema URL, but Android Lint still has the old URL. Even though both output sarif 2.1.0, this makes them unmergeable:
| require(schema == other.schema) { "Cannot merge sarifs with different schemas: '$schema' or '${other.schema}'" } |
Considering that we already check the version, is the schema check even necessary? If yes, could we add a flag to disable it?
I can make a PR for this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels