Unnecessary loop guard

 home quick fix styleguide  single file   example  edit

unnecessary_loop_guard

Description

Detects unnecessary IS [NOT] INITIAL check before LOOP AT

Extended Information

LOOP AT iterates zero times on an empty table, so an IS [NOT] INITIAL guard is redundant.

Default Configuration

Hover to see descriptions, Ctrl+Space for suggestions

Examples