microsoft / sarif-sdk

.NET code and supporting files for working with the 'Static Analysis Results Interchange Format' (SARIF, see https://github.com/oasis-tcs/sarif-spec)
Other
191 stars 90 forks source link

Map AndroidStudio severity property to result.kind #200

Open ghost opened 8 years ago

ghost commented 8 years ago

AndroidStudio emits a property bag with a severity property which (at least sometimes) has the value ERROR or WARNING. In those cases, don't emit the property. Instead, set the appropriate value on result.kind.

ghost commented 8 years ago

@michaelcfanning FYI