
## Review A dedicated reviewer checked the rule description successfully for: - [ ] logical errors and incorrect information - [ ] information gaps and missing content - [ ] text style and tone - [ ] PR summary and labels follow [the guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule) --------- Co-authored-by: Angelo Buono <angelo.buono@sonarsource.com>
3 lines
291 B
Plaintext
3 lines
291 B
Plaintext
Empty statements represented by a semicolon `;` are statements that do not perform any operation. They are often the result of a typo or a misunderstanding of the language syntax.
|
|
It is a good practice to remove empty statements since they don't add value and lead to confusion and errors.
|