RULE-1-3
: main
functions are not correctly detected according to the standard
#770
Labels
false positive/false negative
An issue related to observed false positives or false negatives.
false-negative
An issue representing a false negative report.
false-positive
An issue representing a false positive report.
Affected rules
RULE-1-3
Description
The detection of standard-compliant main functions is broken:
void
, when it should beint
, and it should enforce that void is specified in the parameter list to declare no arguments.Example
The text was updated successfully, but these errors were encountered: