--- ruleName: no-empty description: Disallows empty blocks. descriptionDetails: Blocks with a comment inside are not considered empty. rationale: Empty blocks are often indicators of missing code. optionsDescription: Not configurable. options: null optionExamples: - 'true' type: functionality optionsJSON: 'null' layout: rule title: 'Rule: no-empty' ---