...
This list consists of requirements the coding has to meet. Most of these requirements can be autocorrected. See section Auto Apply Guidelines for more information.
Code | Name | Autocorrect | ||
001 | Wrong Indent | X | ||
002 | Wrong IF THEN Useused | X | ||
003 | Wrong Line Breakline break | X | ||
004 | Missing Spacesspaces | X | ||
005 | Missing; | X | ||
006 | Unnecessary BEGIN END | X | ||
007 | TRUE | X | ||
008 | FALSE | |||
009 | Table Name in SETRANGE | X | ||
010 | Redundant Table Name | X | ||
011 | Empty Lines | X | ||
012 | Redundant Spaces | X | ||
013 | (blankBlank)Redundant (0) | X | ||
014 | FIND | |||
015 | Double Variable Names | |||
016 | Unnecessary Properties Table | |||
017 | TODO Comment | |||
018 | Text in Code | |||
020 | Wrong SETCURRENTKEY | |||
021 | Broken Lines | |||
022 | Missing <> in CALCDATE | |||
023 | MARK | |||
024 | PAGE.RUNPAGERUN | |||
025 | TextConst |
Wrong Indent
...
Checks if indentation is correct in code.
Comment: Wrong indent:Remove 1 space(s)
...