FacilityApi / FacilityIntellij

Provides syntax highlighting and language support for Facility Service Definition (fsd) files for the Facility API Framework.
MIT License
0 stars 3 forks source link

Provide a mechanism to suppress inspections #44

Closed jzbrooks closed 2 years ago

jzbrooks commented 2 years ago

The approach is to check if the comments (no empty lines) above the FsdDecoratedElement have a suppression comment. A downside of this approach is it doesn't provide a ton of granularity to, for example, suppress an inspection on a single attribute.