Inspectopedia 2024.3 Help

Data flow analysis (experimental)

Constant condition   New in this release

Reports conditions in code that always evaluate to true or false.

Data flow analysis   New in this release

Write your description here.

Error may be not nil   New in this release

Reports instances where variables might have nil or an unexpected value because of the associated error that is not checked for being non-nil, as in v, err := foo().

Potential nil dereference   New in this release

Reports instances where pointers that might be nil are dereferenced.

Last modified: 03 December 2024