The Big Ol' List of Rules
Descriptions and examples for each of the rules in VBA Linter.
Created by Kevin Nowaczyk. For helpful tips on VBA and software development, follow me on X.
100 Character Errors
200 Parameter / Keyword errors
| E220 | Keyword not capitalized |
300 Expression Errors
400 Line Errors
| E400 | Incorrect line ending |
500 Control Structure / Statement Errors
| E501 | Line too long (82 > 79 characters) |
| E502 | The backslash is redundant between brackets |
600 Procedure Errors
700 Module Errors
900 Syntax Errors
| E901 | SyntaxError or IndentationError |
| E902 | IOError |
| E999 | SyntaxError |