Why is this an issue?

Interface is considered problematic and, thus, it should not be used.

How to fix it

Remove usage of interface constructs.

Code examples

Noncompliant code example

interface my_interface;
  ...
endinterface : my_interface

Resources

Articles & blog posts