RL0500 - Ensures that line lengths are within preconfigured settings

All source lines must not pass specific column numbers. There are 3 configurable settings

  • The column number that will generate an information message (default 80)
  • The column number that will generate a warning message (default 120)
  • The column number that will generate an error message (default 160)

Exceptions

  • Source lines appearing within the Visual Studio designer source generated areas can be any length.