An output port that is never given a value should be removed.
module fly( input x, output y // Noncompliant: Output port 'y' is never given a value ); endmodule