Code Inspection: Use preferred argument style for literal values
Last modified: 08 March 2021
tip
tip
This inspection checks argument style for all literal types (
bool
,int
,double
, and so on) except strings. Strings are checked with the Use preferred argument style for string literal values inspection, which can be configured separately.