Pattern: Space before ; Issue: - Description Checks for semicolon (;) preceded by space. Examples # bad x = 1 ; y = 2 # good x = 1; y = 2 Further Reading RuboCop - Layout/SpaceBeforeSemicolon