DataDog / datadog-static-analyzer

Datadog Static Analyzer
https://docs.datadoghq.com/static_analysis/
Apache License 2.0
100 stars 12 forks source link

[STAL-1960] Chore: update naming convention #386

Closed jasonforal closed 4 months ago

jasonforal commented 4 months ago

With https://github.com/DataDog/datadog-static-analyzer/pull/384, we introduced a naming convention that uses zero-width types Class and Instance to help visually distinguish a Rust struct from its identically-named JavaScript counterpart.

This PR updates Fix, Edit, and Violation to use this convention.