PVS-Studio was used to analyze the code of the ReactOS operating system project. Over 200 errors and code quality issues were found, demonstrating the need for regular static analysis in large, distributed projects. Examples are provided of various types of errors found, including misprints, logical errors, uninitialized variables, and issues with whitespace and formatting. The author argues that static analysis should be a mandatory part of the development process for projects like ReactOS, and that the project would benefit from disallowing the use of tabs in code formatting.